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 | Ó¹hE] | 1101001110111001011010000100010101011101 | d3b968455d |
SJIS-WIN | ??hE] | 0011111100111111011010000100010101011101 | 3f3f68455d |
EUC-JP | Ó?hE] | 10001111101010101101000100111111011010000100010101011101 | 8faad13f68455d |
UTF-8 | Ó¹hE] | 11000011100100111100001010111001011010000100010101011101 | c393c2b968455d |
UHC | ?¹hE] | 001111111010100111110110011010000100010101011101 | 3fa9f668455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)