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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 息歎息臓F | 100100011010011110010010010101101001000110100111100100011001111101000110 | 91a7925691a7919f46 |
EUC-JP | 息歎息臓F | 110000101010100111000011101101111100001010101001110000101010000101000110 | c2a9c3b7c2a9c2a146 |
UTF-8 | 息歎息臓F | 11100110100000011010111111100110101011011000111011100110100000011010111111101000100001111001001101000110 | e681afe6ad8ee681afe8879346 |
UHC | 息歎息?F | 1110001111010011111101111010011111100011110100110011111101000110 | e3d3f7a7e3d33f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)