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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脂璧帳 | 100011101000100111100000111110001001001010100000 | 8e89e0f892a0 |
EUC-JP | 脂璧帳 | 101110111110100111100000111110101100010010100010 | bbe9e0fac4a2 |
UTF-8 | 脂璧帳 | 111010001000010010000010111001111001001010100111111001011011100010110011 | e88482e792a7e5b8b3 |
UHC | 脂璧帳 | 111100101011011111011011111111011110110111100011 | f2b7dbfdede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)