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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諡予 | 11100110100010111001011101011100 | e68b975c |
EUC-JP | 諡予 | 11101011111010111100110110111101 | ebebcdbd |
UTF-8 | 諡予 | 111010001010101110100001111001001011101010001000 | e8aba1e4ba88 |
UHC | 諡予 | 11100011110011011110010111111000 | e3cde5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)