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 | 100010001110100000111111011010011000100011101000001111110110100101000010 | 88e83f6988e83f6942 |
EUC-JP | 郁?i郁?iB | 101100001110101000111111011010011011000011101010001111110110100101000010 | b0ea3f69b0ea3f6942 |
UTF-8 | 郁렪i郁렪iB | 111010011000001110000001111010111010000010101010011010011110100110000011100000011110101110100000101010100110100101000010 | e98381eba0aa69e98381eba0aa6942 |
UHC | 郁렪i郁렪iB | 1110100111110100100011101011100001101001111010011111010010001110101110000110100101000010 | e9f48eb869e9f48eb86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)