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 | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
SJIS-WIN | 鬘ーO渧懶ィェ | 11101001101000011011000001001111111110110100100010011100111011111010100010101010 | e9a1b04ffb489cefa8aa |
EUC-JP | 鬘ーO渧懶ィェ | 1111001010100011100011101011000001001111100011111100011111101011110110001111000110001110101010001000111010101010 | f2a38eb04f8fc7ebd8f18ea88eaa |
UTF-8 | 鬘ーO渧懶ィェ | 11101001101011001001100011101111101111011011000001001111111001101011100010100111111001101000011110110110111011111011110110101000111011111011110110101010 | e9ac98efbdb04fe6b8a7e687b6efbda8efbdaa |
UHC | ??O?懶?? | 0011111100111111010011110011111111010100111110110011111100111111 | 3f3f4f3fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)