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 | ÊK | 1000000110000000100000011100101001001011 | 818081ca4b |
SJIS-WIN | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
EUC-JP | ???ÊK | 00111111001111110011111110001111101010101011010001001011 | 3f3f3f8faab44b |
UTF-8 | ÊK | 110000101000000111000010100000001100001010000001110000111000101001001011 | c281c280c281c38a4b |
UHC | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)