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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 央↑?h | 100010011001101110000001101010100011111101101000 | 899b81aa3f68 |
EUC-JP | 央↑?h | 101100011111101110100010101011000011111101101000 | b1fba2ac3f68 |
UTF-8 | 央↑뮁h | 11100101101001001010111011100010100001101001000111101011101011101000000101101000 | e5a4aee28691ebae8168 |
UHC | 央↑뮁h | 11100100111001111010000111101000100100101001000001101000 | e4e7a1e8929068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)