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 | 逋倡劍 | 111001111001100110011000111001111001100110011000 | e79998e79998 |
EUC-JP | 逋倡劍 | 111011011111100111010000111010011101000111111000 | edf9d0e9d1f8 |
UTF-8 | 逋倡劍 | 111010011000000010001011111001011000000010100001111001011000101010001101 | e9808be580a1e58a8d |
UHC | 逋倡劍 | 111110001110011111110011110110111100101111111100 | f8e7f3dbcbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)