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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逆g?^ | 100010110111010010000010100001110011111101011110 | 8b7482873f5e |
EUC-JP | 逆g?^ | 101101011101010110100011111001110011111101011110 | b5d5a3e73f5e |
UTF-8 | 逆g쐽^ | 11101001100000001000011011101111101111011000011111101100100100001011110101011110 | e98086efbd87ec90bd5e |
UHC | 逆g쐽^ | 11100110101111011010001111100111101111101010001101011110 | e6bda3e7bea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)