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 | 100111111011000000111111001111110100001001000110 | 9fb03f3f4246 |
EUC-JP | 涓??BF | 110111101011001000111111001111110100001001000110 | deb23f3f4246 |
UTF-8 | 涓롗렼BF | 1110011010110110100100111110101110100001100101111110101110100000101111000100001001000110 | e6b693eba197eba0bc4246 |
UHC | 涓롗렼BF | 1110011011001111100011101101101110001110110001000100001001000110 | e6cf8edb8ec44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)