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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 瞻昻G | 11110010111100001110000111011011111110101101000001000111 | f2f0e1dbfad047 |
EUC-JP | ?瞻?G | 0011111111100010110111010011111101000111 | 3fe2dd3f47 |
UTF-8 | 瞻昻G | 11101110100010001010011111100111100111101011101111100110100110001011101101000111 | ee88a7e79ebbe698bb47 |
UHC | ?瞻昻G | 001111111111010011010111111001001110100101000111 | 3ff4d7e4e947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)