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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 적갉적뤗類 | 111011001010000010000001111010101011000010001001111011001010000010000001111010111010010010010111111011111010011110010000 | eca081eab089eca081eba497efa790 |
UHC | 적갉적뤗類 | 11000000111110111011000010100110110000001111101110001111110001111110101110111010 | c0fbb0a6c0fb8fc7ebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)