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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 彫?彫?B | 10010010101001000011111110010010101001000011111101000010 | 92a43f92a43f42 |
EUC-JP | 彫?彫?B | 11000100101001100011111111000100101001100011111101000010 | c4a63fc4a63f42 |
UTF-8 | 彫셈彫셈B | 11100101101111011010101111101100100001011000100011100101101111011010101111101100100001011000100001000010 | e5bdabec8588e5bdabec858842 |
UHC | 彫셈彫셈B | 111100001100000110111100110000001111000011000001101111001100000001000010 | f0c1bcc0f0c1bcc042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)