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 | 0011111100111111100101111100111101000010 | 3f3f97cf42 |
EUC-JP | ??倫B | 0011111100111111110011101101000101000010 | 3f3fced142 |
UTF-8 | 뤩횕倫B | 11101011101001001010100111101101100110101001010111100101100000001010101101000010 | eba4a9ed9a95e580ab42 |
UHC | 뤩횕倫B | 10001111110101111100001110001111110101111100001101000010 | 8fd7c38fd7c342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)