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 | 1111101110110010100100100110000001000010 | fbb2926042 |
EUC-JP | 軏蛋B | 100011111110000011011001110000111100000101000010 | 8fe0d9c3c142 |
UTF-8 | 軏蛋B | 11101000101110111000111111101000100110111000101101000010 | e8bb8fe89b8b42 |
UHC | ?蛋B | 00111111110100111011000101000010 | 3fd3b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)