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 | 0011111100111111100010111010100101101000 | 3f3f8ba968 |
EUC-JP | 焌?叫h | 10001111110010011110100000111111101101101010101101101000 | 8fc9e83fb6ab68 |
UTF-8 | 焌띌叫h | 11100111100001001000110011101011100111011000110011100101100011111010101101101000 | e7848ceb9d8ce58fab68 |
UHC | 焌띌叫h | 11110001111000001011011011101001110100001010001101101000 | f1e0b6e9d0a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)