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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??Ł??? | 0011111100111111100011111010100110101000001111110011111100111111 | 3f3f8fa9a83f3f3f |
UTF-8 | 淋⑹Ł淋쀬쮫 | 1110111110100111101101011110001010010001101110011100010110000001111011111010011110110101111011001000000010101100111011001010111010101011 | efa7b5e291b9c581efa7b5ec80acecaeab |
UHC | 淋⑹Ł淋쀬쮫 | 111011001111100010101001111011001010100010101001111011001111100010010111111011001010100010001000 | ecf8a9eca8a9ecf897eca888 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)