To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 贒サ閼姆 | 11111011101011111011101111101000100001001001101101000111 | fbafbbe8849b47 |
EUC-JP | 贒サ閼姆 | 100011111101111111000011100011101011101111101111111001001101010110101000 | 8fdfc38ebbefe4d5a8 |
UTF-8 | 贒サ閼姆 | 111010001011010010010010111011111011110110111011111010011001011010111100111001011010011110000110 | e8b492efbdbbe996bce5a786 |
UHC | ??閼姆 | 001111110011111111100100110110011101100110110101 | 3f3fe4d9d9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)