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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??寫以 | 001111110011111110011011100011011000100011001000 | 3f3f9b8d88c8 |
EUC-JP | ??寫以 | 001111110011111111010101111011011011000011001010 | 3f3fd5edb0ca |
UTF-8 | 죄닻寫以 | 111011001010001110000100111010111000101110111011111001011010111110101011111001001011101110100101 | eca384eb8bbbe5afabe4bba5 |
UHC | 죄닻寫以 | 1100000111001011101101001110100111011110110100001110110010100100 | c1cbb4e9ded0eca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)