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 | 甑??旨 | 100011011001100100111111001111111000111001111100 | 8d993f3f8e7c |
EUC-JP | 甑??旨 | 101110011111100100111111001111111011101111011101 | b9f93f3fbbdd |
UTF-8 | 甑흗횟旨 | 111001111001010010010001111011011001110110010111111011011001101010011111111001101001011110101000 | e79491ed9d97ed9a9fe697a8 |
UHC | 甑흗횟旨 | 1111000111110111110010001110100111001000101111011111001010101001 | f1f7c8e9c8bdf2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)