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 | 濟?爰?以? | 111000000101101000111111111000001010011100111111100010001100100000111111 | e05a3fe0a73f88c83f |
EUC-JP | 濟?爰?以? | 110111111011101100111111111000001010100100111111101100001100101000111111 | dfbb3fe0a93fb0ca3f |
UTF-8 | 濟렋爰렪以렠 | 111001101011111110011111111010111010000010001011111001111000100010110000111010111010000010101010111001001011101110100101111010111010000010100000 | e6bf9feba08be788b0eba0aae4bba5eba0a0 |
UHC | 濟렋爰렪以렠 | 111100001010110110001110101000101110101010111010100011101011100011101100101001001000111010110001 | f0ad8ea2eaba8eb8eca48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)