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 | 題磬?異 | 10010001111010001110000111111100001111111000100011011001 | 91e8e1fc3f88d9 |
EUC-JP | 題磬?異 | 11000010111010101110001011111110001111111011000011011011 | c2eae2fe3fb0db |
UTF-8 | 題磬갖異 | 111010011010000110001100111001111010001110101100111010101011000010010110111001111001010110110000 | e9a18ce7a3aceab096e795b0 |
UHC | 題磬갖異 | 1111000010111001110011001110010010110000101011101110110010110110 | f0b9cce4b0aeecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)