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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 錏ケ闍捺ャ。h | 11100111111110011011100111101000100010111001001111100110101011001010000101101000 | e7f9b9e88b93e6aca168 |
EUC-JP | 錏ケ闍捺ャ。h | 11101110111110111000111010111001111011111110101111000110111010001000111010101100100011101010000101101000 | eefb8eb9efebc6e88eac8ea168 |
UTF-8 | 錏ケ闍捺ャ。h | 11101001100011001000111111101111101111011011100111101001100101111000110111100110100011011011101011101111101111011010110011101111101111011010000101101000 | e98c8fefbdb9e9978de68dbaefbdacefbda168 |
UHC | ???捺??h | 0011111100111111001111111101000111110100001111110011111101101000 | 3f3f3fd1f43f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)