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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 啼?畯?\ | 10011010011001010011111111111011011011110011111101011100 | 9a653ffb6f3f5c |
EUC-JP | 啼?畯?\ | 1101001111000110001111111000111111001101101110110011111101011100 | d3c63f8fcdbb3f5c |
UTF-8 | 啼렮畯렪\ | 11100101100101011011110011101011101000001010111011100111100101011010111111101011101000001010101001011100 | e595bceba0aee795afeba0aa5c |
UHC | 啼렮畯렪\ | 111100001010011010001110101110111111000111100001100011101011100001011100 | f0a68ebbf1e18eb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)