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 | 疇鴣疇稟\ | 111000010110010111101001111100111110000101100101111000100110011101011100 | e165e9f3e165e2675c |
EUC-JP | 疇鴣疇稟\ | 111000011100011011110010111101011110000111000110111000111100100001011100 | e1c6f2f5e1c6e3c85c |
UTF-8 | 疇鴣疇稟\ | 11100111100101101000011111101001101101001010001111100111100101101000011111100111101010001001111101011100 | e79687e9b4a3e79687e7a89f5c |
UHC | 疇?疇稟\ | 1111000111000010001111111111000111000010111110011010001001011100 | f1c23ff1c2f9a25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)