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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疫??疫?? | 1000100101110101001111110011111110001001011101010011111100111111 | 89753f3f89753f3f |
EUC-JP | 疫??疫?? | 1011000111010110001111110011111110110001110101100011111100111111 | b1d63f3fb1d63f3f |
UTF-8 | 疫쒏뮈疫쒒눈 | 111001111001011010101011111011001001001010001111111010111010111010001000111001111001011010101011111011001001001010010010111010111000100010001000 | e796abec928febae88e796abec9292eb8888 |
UHC | 疫쒏뮈疫쒒눈 | 111001101011100110011100111001101011100110111111111001101011100110011100111010011011010010101011 | e6b99ce6b9bfe6b99ce9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)