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 | 100011111100011111111011110110001010111001000010 | 8fc7fbd8ae42 |
EUC-JP | 症錡ョB | 1011111011001001100011111110010011011110100011101010111001000010 | bec98fe4de8eae42 |
UTF-8 | 症錡ョB | 11100111100101111000011111101001100011001010000111101111101111011010111001000010 | e79787e98ca1efbdae42 |
UHC | 症錡?B | 111100011111100011010001110001000011111101000010 | f1f8d1c43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)