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 | 逆??倚э? | 100010110111010000111111001111111001100011011111100001001000111100111111 | 8b743f3f98df848f3f |
EUC-JP | 逆??倚э? | 101101011101010100111111001111111101000011100001101001111110111100111111 | b5d53f3fd0e1a7ef3f |
UTF-8 | 逆곸쉸倚э쭓 | 1110100110000000100001101110101010110011101110001110110010001001101110001110010110000000100110101101000110001101111011001010110110010011 | e98086eab3b8ec89b8e5809ad18decad93 |
UHC | 逆곸쉸倚э쭓 | 111001101011110110000001111011001001101010001110111010111110111110101100111011111010011110001011 | e6bd81ec9a8eebefacefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)