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 | 疫??瑤?? | 1000100101110101001111110011111111101010101000100011111100111111 | 89753f3feaa23f3f |
EUC-JP | 疫??瑤?? | 1011000111010110001111110011111111110100101001000011111100111111 | b1d63f3ff4a43f3f |
UTF-8 | 疫욕떧瑤덃뮈 | 111001111001011010101011111011001001101010010101111010111001011010100111111001111001000110100100111010111000110110000011111010111010111010001000 | e796abec9a95eb96a7e791a4eb8d83ebae88 |
UHC | 疫욕떧瑤덃뮈 | 111001101011100110111111111001011000101110111010111010001111110110001000111001101011100110111111 | e6b9bfe58bbae8fd88e6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)