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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 紙?珥?熊? | 100011101000011000111111111000001110000000111111100011000100011000111111 | 8e863fe0e03f8c463f |
EUC-JP | 紙?珥?熊? | 101110111110011000111111111000001110001000111111101101111010011100111111 | bbe63fe0e23fb7a73f |
UTF-8 | 紙렗珥렮熊렎 | 111001111011010010011001111010111010000010010111111001111000111110100101111010111010000010101110111001111000011010001010111010111010000010001110 | e7b499eba097e78fa5eba0aee7868aeba08e |
UHC | 紙렗珥렮熊렎 | 111100101011010110001110101011001110110010110100100011101011101111101010101010001000111010100100 | f2b58eacecb48ebbeaa88ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)