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 | ??9游?? | 0011111100111111100000100101100010011111111000000011111100111111 | 3f3f82589fe03f3f |
EUC-JP | ??9游?? | 0011111100111111101000111011100111011110111000100011111100111111 | 3f3fa3b9dee23f3f |
UTF-8 | 閱묐9游⑵맱 | 111010011001011010110001111010111010110010010000111011111011110010011001111001101011100010111000111000101001000110110101111010111010011110110001 | e996b1ebac90efbc99e6b8b8e291b5eba7b1 |
UHC | 閱묐9游⑵맱 | 111001101111001110010001111010111010001110111001111010101111110110101001111010001001000010111000 | e6f391eba3b9eafda9e890b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)