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 | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 壓??K | 1001101011011000001111110011111101001011 | 9ad83f3f4b |
EUC-JP | 壓??K | 1101010011011010001111110011111101001011 | d4da3f3f4b |
UTF-8 | 壓꾨젔K | 11100101101000111001001111101010101111101010100011101100101000001001010001001011 | e5a393eabea8eca0944b |
UHC | 壓꾨젔K | 11100100111000101000010011101011101000001001001001001011 | e4e284eba0924b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)