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 | ???踰?Ⅵ | 0011111100111111001111111110011011111010001111111000011101011001 | 3f3f3fe6fa3f8759 |
EUC-JP | ???踰?? | 00111111001111110011111111101100111111000011111100111111 | 3f3f3fecfc3f3f |
UTF-8 | 劣꾩렲踰싷Ⅵ | 111011111010011010011101111010101011111010101001111010111010000010110010111010001011100010110000111011001000101110110111111000101000010110100101 | efa69deabea9eba0b2e8b8b0ec8bb7e285a5 |
UHC | 劣꾩렲踰싷Ⅵ | 111001101110101110000100111011001000111010111111111010111011001010011010111011111010010110110101 | e6eb84ec8ebfebb29aefa5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)