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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 外??BF | 100010100100111100111111001111110100001001000110 | 8a4f3f3f4246 |
EUC-JP | 外??BF | 101100111011000000111111001111110100001001000110 | b3b03f3f4246 |
UTF-8 | 外쇾엿BF | 1110010110100100100101101110110010000111101111101110110010010111101111110100001001000110 | e5a496ec87beec97bf4246 |
UHC | 外쇾엿BF | 1110100011100010100110011110010010111111101100110100001001000110 | e8e299e4bfb34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)