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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錺碁ク蟠 | 11101000010001001000110011101001101110001110010110110100 | e8448ce9b8e5b4 |
EUC-JP | 錺碁ク蟠 | 1110111110100101101110001110101110001110101110001110101010110110 | efa5b8eb8eb8eab6 |
UTF-8 | 錺碁ク蟠 | 111010011000110010111010111001111010001010000001111011111011110110111000111010001001111110100000 | e98cbae7a281efbdb8e89fa0 |
UHC | ?碁?蟠 | 001111111101000110110011001111111101101011110110 | 3fd1b33fdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)