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 | ???}G | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | 帳??}G | 100100101010000000111111001111110111110101000111 | 92a03f3f7d47 |
EUC-JP | 帳??}G | 110001001010001000111111001111110111110101000111 | c4a23f3f7d47 |
UTF-8 | 帳루뿏}G | 1110010110111000101100111110101110100011101010001110101110111111100011110111110101000111 | e5b8b3eba3a8ebbf8f7d47 |
UHC | 帳루뿏}G | 1110110111100011101101111110011110010111100101000111110101000111 | ede3b7e797947d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)