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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 昇ョ昇ョB | 1000111110111000111110001011110010101110100011111011100011111000101111001010111001000010 | 8fb8f8bcae8fb8f8bcae42 |
EUC-JP | 昇?ョ昇?ョB | 1011111010111010001111111000111010101110101111101011101000111111100011101010111001000010 | beba3f8eaebeba3f8eae42 |
UTF-8 | 昇ョ昇ョB | 11100110100110001000011111101110100110011001101111101111101111011010111011100110100110001000011111101110100110011001101111101111101111011010111001000010 | e69887ee999befbdaee69887ee999befbdae42 |
UHC | 昇??昇??B | 111000111011000000111111001111111110001110110000001111110011111101000010 | e3b03f3fe3b03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)