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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畯??豆 | 111110110110111100111111001111111001001110100100 | fb6f3f3f93a4 |
EUC-JP | 畯??豆 | 10001111110011011011101100111111001111111100011010100110 | 8fcdbb3f3fc6a6 |
UTF-8 | 畯흔렎豆 | 111001111001010110101111111011011001110110010100111010111010000010001110111010001011000110000110 | e795afed9d94eba08ee8b186 |
UHC | 畯흔렎豆 | 1111000111100001110010001110011110001110101001001101010011100111 | f1e1c8e78ea4d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)