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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楢???鏃 | 10010011111010000011111100111111001111111110100001010110 | 93e83f3f3fe856 |
EUC-JP | 楢???鏃 | 11000110111010100011111100111111001111111110111110110111 | c6ea3f3f3fefb7 |
UTF-8 | 楢렧뤰ㅮ鏃 | 111001101010010110100010111010111010000010100111111010111010010010110000111000111000010110101110111010011000111110000011 | e6a5a2eba0a7eba4b0e385aee98f83 |
UHC | 楢렧뤰ㅮ鏃 | 11101010111110011000111010110110100011111101111010100100110111101111000011101100 | eaf98eb68fdea4def0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)