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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜒骸蜒骸^ | 111001011000001110001010010110111110010110000011100010100101101101011110 | e5838a5be5838a5b5e |
EUC-JP | 蜒骸蜒骸^ | 111010011110001110110011101111001110100111100011101100111011110001011110 | e9e3b3bce9e3b3bc5e |
UTF-8 | 蜒骸蜒骸^ | 11101000100111001001001011101001101010101011100011101000100111001001001011101001101010101011100001011110 | e89c92e9aab8e89c92e9aab85e |
UHC | ?骸?骸^ | 00111111111110101011010100111111111110101011010101011110 | 3ffab53ffab55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)