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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 竣???B | 100011110111011000111111001111110011111101000010 | 8f763f3f3f42 |
EUC-JP | 竣???B | 101111011101011100111111001111110011111101000010 | bdd73f3f3f42 |
UTF-8 | 竣댓렰렫B | 11100111101010111010001111101011100011001001001111101011101000001011000011101011101000001010101101000010 | e7aba3eb8c93eba0b0eba0ab42 |
UHC | 竣댓렰렫B | 111100011110001010110100111100011000111010111101100011101011100101000010 | f1e2b4f18ebd8eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)