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 | 100011111110100110100001110011101011011001000010 | 8fe9a1ceb642 |
EUC-JP | 城。ホカB | 101111101110101110001110101000011000111011001110100011101011011001000010 | beeb8ea18ece8eb642 |
UTF-8 | 城。ホカB | 11100101100111111000111011101111101111011010000111101111101111101000111011101111101111011011011001000010 | e59f8eefbda1efbe8eefbdb642 |
UHC | 城???B | 111000001111001000111111001111110011111101000010 | e0f23f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)