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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佇?黴郵? | 1001100011001000001111111110101010000000100101110101100000111111 | 98c83fea8097583f |
EUC-JP | 佇?黴郵? | 1101000011001010001111111111001111100000110011011011100100111111 | d0ca3ff3e0cdb93f |
UTF-8 | 佇ㅸ黴郵렟 | 111001001011110110000111111000111000010110111000111010011011101110110100111010011000001110110101111010111010000010011111 | e4bd87e385b8e9bbb4e983b5eba09f |
UHC | 佇ㅸ黴郵렟 | 11101110101101111010010011101000110110101011110111101001111010001000111010110000 | eeb7a4e8dabde9e88eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)