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 | 調?應句 | 10010010101100100011111110011100111001001000101111100101 | 92b23f9ce48be5 |
EUC-JP | 調?應句 | 11000100101101000011111111011000111001101011011011100111 | c4b43fd8e6b6e7 |
UTF-8 | 調렊應句 | 111010001010101010111111111010111010000010001010111001101000011110001001111001011000111110100101 | e8aabfeba08ae68789e58fa5 |
UHC | 調렊應句 | 1111000011100000100011101010000111101011111010111100111110100011 | f0e08ea1ebebcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)