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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 缸????h | 11100011100111010011111100111111001111110011111101101000 | e39d3f3f3f3f68 |
EUC-JP | 缸????h | 11100101111111010011111100111111001111110011111101101000 | e5fd3f3f3f3f68 |
UTF-8 | 缸잭浪롋뽁h | 11100111101111001011100011101100100111101010110111101111101001001010101011101011101000011000101111101011101111011000000101101000 | e7bcb8ec9eadefa4aaeba18bebbd8168 |
UHC | 缸잭浪롋뽁h | 1111100111111100110000001110100011010010101010011000111011010001101110111100100001101000 | f9fcc0e8d2a98ed1bbc868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)