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 | ??????}B | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
SJIS-WIN | 壤?????}B | 100110101101111100111111001111110011111100111111001111110111110101000010 | 9adf3f3f3f3f3f7d42 |
EUC-JP | 壤?????}B | 110101001110000100111111001111110011111100111111001111110111110101000010 | d4e13f3f3f3f3f7d42 |
UTF-8 | 壤㏉렯溜욌젶}B | 1110010110100011101001001110001110001111100010011110101110100000101011111110111110100111100010111110110010011010100011001110110010100000101101100111110101000010 | e5a3a4e38f89eba0afefa78bec9a8ceca0b67d42 |
UHC | 壤㏉렯溜욌젶}B | 1110010110111101101001111110110110001110101111001110101011111110100111101110101110100000101010100111110101000010 | e5bda7ed8ebceafe9eeba0aa7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)