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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 該紺鰲 | 100010100101100110001101101011101110100111100000 | 8a598daee9e0 |
EUC-JP | 該紺鰲 | 101100111011101010111010101100001111001011100010 | b3babab0f2e2 |
UTF-8 | 該紺鰲 | 111010001010100110110010111001111011010010111010111010011011000010110010 | e8a9b2e7b4bae9b0b2 |
UHC | 該紺鰲 | 111110101011000111001010111110101110100010100111 | fab1cafae8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)