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 | 諡余 | 11100110100010111001011101011101 | e68b975d |
EUC-JP | 諡余 | 11101011111010111100110110111110 | ebebcdbe |
UTF-8 | 諡余 | 111010001010101110100001111001001011110110011001 | e8aba1e4bd99 |
UHC | 諡余 | 11100011110011011110010111111001 | e3cde5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)