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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 帳??SB | 100100101010000000111111001111110101001101000010 | 92a03f3f5342 |
EUC-JP | 帳??SB | 110001001010001000111111001111110101001101000010 | c4a23f3f5342 |
UTF-8 | 帳ㅷ즯SB | 1110010110111000101100111110001110000101101101111110110010100110101011110101001101000010 | e5b8b3e385b7eca6af5342 |
UHC | 帳ㅷ즯SB | 1110110111100011101001001110011110100011100000010101001101000010 | ede3a4e7a3815342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)