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 | ??爰?俎? | 0011111100111111111000001010011100111111100110001101011100111111 | 3f3fe0a73f98d73f |
EUC-JP | 翟?爰?俎? | 10001111110101011011110000111111111000001010100100111111110100001101100100111111 | 8fd5bc3fe0a93fd0d93f |
UTF-8 | 翟렰爰렪俎렣 | 111001111011111110011111111010111010000010110000111001111000100010110000111010111010000010101010111001001011111110001110111010111010000010100011 | e7bf9feba0b0e788b0eba0aae4bf8eeba0a3 |
UHC | 翟렰爰렪俎렣 | 111011101110000110001110101111011110101010111010100011101011100011110000101110111000111010110100 | eee18ebdeaba8eb8f0bb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)