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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 洗手崧 | 100100001111010010001110111010001111101010101111 | 90f48ee8faaf |
EUC-JP | 洗手崧 | 11000000111101101011110011101010100011111011101111001010 | c0f6bcea8fbbca |
UTF-8 | 洗手崧 | 111001101011010010010111111001101000100110001011111001011011010010100111 | e6b497e6898be5b4a7 |
UHC | 洗手崧 | 111000011010100111100010101000101110001011111110 | e1a9e2a2e2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)