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 | 第磬?倚 | 10010001111001101110000111111100001111111001100011011111 | 91e6e1fc3f98df |
EUC-JP | 第磬?倚 | 11000010111010001110001011111110001111111101000011100001 | c2e8e2fe3fd0e1 |
UTF-8 | 第磬갖倚 | 111001111010110010101100111001111010001110101100111010101011000010010110111001011000000010011010 | e7acace7a3aceab096e5809a |
UHC | 第磬갖倚 | 1111000010101111110011001110010010110000101011101110101111101111 | f0afcce4b0aeebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)