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 | î쨣 | 11101110111011001010100010100011 | eeeca8a3 |
SJIS-WIN | ??¨£ | 001111110011111110000001010011101000000110010010 | 3f3f814e8192 |
EUC-JP | î쨣 | 10001111101010111100001010001111101010111100000010100001101011111010000111110010 | 8fabc28fabc0a1afa1f2 |
UTF-8 | î쨣 | 1100001110101110110000111010110011000010101010001100001010100011 | c3aec3acc2a8c2a3 |
UHC | ??¨? | 0011111100111111101000011010011100111111 | 3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)