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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邵邵狩B | 11100111101110001110011110111000100011101110101101000010 | e7b8e7b88eeb42 |
EUC-JP | 邵邵狩B | 11101110101110101110111010111010101111001110110101000010 | eebaeebabced42 |
UTF-8 | 邵邵狩B | 11101001100000101011010111101001100000101011010111100111100010111010100101000010 | e982b5e982b5e78ba942 |
UHC | 邵邵狩B | 11100001110100001110000111010000111000101010110101000010 | e1d0e1d0e2ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)