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 | 螂ェ豁手 | 11100101101001011010101011100110101011011000111011101000 | e5a5aae6ad8ee8 |
EUC-JP | 螂ェ豁手 | 1110101010100111100011101010101011101100101011111011110011101010 | eaa78eaaecafbcea |
UTF-8 | 螂ェ豁手 | 111010001001111010000010111011111011110110101010111010001011000110000001111001101000100110001011 | e89e82efbdaae8b181e6898b |
UHC | 螂?豁手 | 11010101110011000011111111111100110000111110001010100010 | d5cc3ffcc3e2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)