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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 足橋攻B | 10010001101010111000101110110100100011010101010101000010 | 91ab8bb48d5542 |
EUC-JP | 足橋攻B | 11000010101011011011011010110110101110011011011001000010 | c2adb6b6b9b642 |
UTF-8 | 足橋攻B | 11101000101101101011001111100110101010011000101111100110100101001011101101000010 | e8b6b3e6a98be694bb42 |
UHC | 足橋攻B | 11110000111010111100111011101001110011011111010001000010 | f0ebcee9cdf442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)