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 | 墻??橈?? | 1001101011010100001111110011111110011110111101000011111100111111 | 9ad43f3f9ef43f3f |
EUC-JP | 墻??橈?? | 1101010011010110001111110011111111011100111101100011111100111111 | d4d63f3fdcf63f3f |
UTF-8 | 墻욤나橈꾢쳣 | 111001011010001010111011111011001001101010100100111010111000001010011000111001101010100110001000111010101011111010100010111011001011001110100011 | e5a2bbec9aa4eb8298e6a988eabea2ecb3a3 |
UHC | 墻욤나橈꾢쳣 | 111011011101111110111111111010001011001110101010111010001111101010000100111001011010101110001001 | eddfbfe8b3aae8fa84e5ab89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)