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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 額???瘟 | 10001010011110100011111100111111001111111110000110001001 | 8a7a3f3f3fe189 |
EUC-JP | 額???瘟 | 10110011110110110011111100111111001111111110000111101001 | b3db3f3f3fe1e9 |
UTF-8 | 額겄삼엠瘟 | 111010011010000110001101111010101011001010000100111011001000001010111100111011001001011110100000111001111001100010011111 | e9a18deab284ec82bcec97a0e7989f |
UHC | 額겄삼엠瘟 | 11100100111111101011000011001110101110111110111110111111101001011110100010110000 | e4feb0cebbefbfa5e8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)