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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 騾狗丕h | 11101001100000001000101111100111100110001010000101101000 | e9808be798a168 |
EUC-JP | 騾狗丕h | 11110001111000001011011011101001110100001010001101101000 | f1e0b6e9d0a368 |
UTF-8 | 騾狗丕h | 11101001101010001011111011100111100010111001011111100100101110001001010101101000 | e9a8bee78b97e4b89568 |
UHC | ?狗丕h | 001111111100111110110111110111011110000001101000 | 3fcfb7dde068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)