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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 藏?i藏?iB | 111001010101010100111111011010011110010101010101001111110110100101000010 | e5553f69e5553f6942 |
EUC-JP | 藏?i藏?iB | 111010011011011000111111011010011110100110110110001111110110100101000010 | e9b63f69e9b63f6942 |
UTF-8 | 藏렟i藏렟iB | 111010001001011110001111111010111010000010011111011010011110100010010111100011111110101110100000100111110110100101000010 | e8978feba09f69e8978feba09f6942 |
UHC | 藏렟i藏렟iB | 1110110111111010100011101011000001101001111011011111101010001110101100000110100101000010 | edfa8eb069edfa8eb06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)