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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 輦〕皃 | 111001110111001010000001011011001110000110100100 | e772816ce1a4 |
EUC-JP | 輦〕皃 | 111011011101001110100001110011011110001010100110 | edd3a1cde2a6 |
UTF-8 | 輦〕皃 | 111010001011110010100110111000111000000010010101111001111001101010000011 | e8bca6e38095e79a83 |
UHC | 輦〕? | 1101011010100110101000011011001100111111 | d6a6a1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)