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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鼎朞B | 1001001101000011100111100100110101000010 | 93439e4d42 |
EUC-JP | 鼎朞B | 1100010110100100110110111010111001000010 | c5a4dbae42 |
UTF-8 | 鼎朞B | 11101001101111001000111011100110100111001001111001000010 | e9bc8ee69c9e42 |
UHC | 鼎朞B | 1111000010100011110100011010000101000010 | f0a3d1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)