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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 臣i臣iB | 10010000011000100110100110010000011000100110100101000010 | 90626990626942 |
EUC-JP | 臣i臣iB | 10111111110000110110100110111111110000110110100101000010 | bfc369bfc36942 |
UTF-8 | 臣i臣iB | 111010001000011110100011011010011110100010000111101000110110100101000010 | e887a369e887a36942 |
UHC | 臣i臣iB | 11100011111011010110100111100011111011010110100101000010 | e3ed69e3ed6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)