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 | 恂惜宿 | 100111001001011010010000110010011000111101101000 | 9c9690c98f68 |
EUC-JP | 恂惜宿 | 110101111111011011000000110010111011110111001001 | d7f6c0cbbdc9 |
UTF-8 | 恂惜宿 | 111001101000000110000010111001101000001110011100111001011010111010111111 | e68182e6839ce5aebf |
UHC | 恂惜宿 | 111000101110000111100000101011011110001011010110 | e2e1e0ade2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)