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 | 001111110011111110001000101110010100001001000110 | 3f3f88b94246 |
EUC-JP | ??飴BF | 001111110011111110110000101110110100001001000110 | 3f3fb0bb4246 |
UTF-8 | 솰솝飴BF | 1110110010000110101100001110110010000110100111011110100110100011101101000100001001000110 | ec86b0ec869de9a3b44246 |
UHC | 솰솝飴BF | 1011110011100000101111001101100111101100110001110100001001000110 | bce0bcd9ecc74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)