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 | ??????` | 00111111001111110011111100111111001111110011111101100000 | 3f3f3f3f3f3f60 |
SJIS-WIN | 疫??易??` | 100010010111010100111111001111111000100011010101001111110011111101100000 | 89753f3f88d53f3f60 |
EUC-JP | 疫??易??` | 101100011101011000111111001111111011000011010111001111110011111101100000 | b1d63f3fb0d73f3f60 |
UTF-8 | 疫쒍툋易뽪뮈` | 11100111100101101010101111101100100100101000110111101101100010001000101111100110100110001001001111101011101111011010101011101011101011101000100001100000 | e796abec928ded888be69893ebbdaaebae8860 |
UHC | 疫쒍툋易뽪뮈` | 11100110101110011001110011100100101110001000001111100110101101101001011011100110101110011011111101100000 | e6b99ce4b883e6b696e6b9bf60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)