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 | 嶸頬嶸僕 | 1111101010110100100101100110101011111010101101001001011001101100 | fab4966afab4966c |
EUC-JP | 嶸頬嶸僕 | 10001111101110111111010011001011110010111000111110111011111101001100101111001101 | 8fbbf4cbcb8fbbf4cbcd |
UTF-8 | 嶸頬嶸僕 | 111001011011011010111000111010011010000010101100111001011011011010111000111001011000001110010101 | e5b6b8e9a0ace5b6b8e58395 |
UHC | 嶸?嶸僕 | 11100111101011100011111111100111101011101101110011010010 | e7ae3fe7aedcd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)