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 | 熱??^ | 1001010001001101001111110011111101011110 | 944d3f3f5e |
EUC-JP | 熱??^ | 1100011110101110001111110011111101011110 | c7ae3f3f5e |
UTF-8 | 熱욅ㄺ^ | 11100111100001101011000111101100100110101000010111100011100001001011101001011110 | e786b1ec9a85e384ba5e |
UHC | 熱욅ㄺ^ | 11100110111100001001111011100111101001001010101001011110 | e6f09ee7a4aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)