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 | 而?齋槃?磅 | 10001110101001110011111111100010010101101001111011001111001111111110000111111010 | 8ea73fe2569ecf3fe1fa |
EUC-JP | 而?齋槃?磅 | 10111100101010010011111111100011101101111101110011010001001111111110001011111100 | bca93fe3b7dcd13fe2fc |
UTF-8 | 而렲齋槃렪磅 | 111010001000000010001100111010111010000010110010111010011011110110001011111001101010011110000011111010111010000010101010111001111010001110000101 | e8808ceba0b2e9bd8be6a783eba0aae7a385 |
UHC | 而렲齋槃렪磅 | 111011001011101110001110101111111110111010110001110110101110100110001110101110001101101110110110 | ecbb8ebfeeb1dae98eb8dbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)