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 | 歪紗缺^ | 10011000011000111000111011010001111000111001111001011110 | 98638ed1e39e5e |
EUC-JP | 歪紗缺^ | 11001111110001001011110011010011111001011111111001011110 | cfc4bcd3e5fe5e |
UTF-8 | 歪紗缺^ | 11100110101011011010101011100111101101001001011111100111101111001011101001011110 | e6adaae7b497e7bcba5e |
UHC | 歪紗缺^ | 11101000111000001101111011101001110011001100000001011110 | e8e0dee9ccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)