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 | 隍・菴憮 | 11101000101001001010010111100100101111011001110011100001 | e8a4a5e4bd9ce1 |
EUC-JP | 隍・菴憮 | 1111000010100110100011101010010111101000101111111101100011100011 | f0a68ea5e8bfd8e3 |
UTF-8 | 隍・菴憮 | 111010011001101010001101111011111011110110100101111010001000111110110100111001101000011010101110 | e99a8defbda5e88fb4e686ae |
UHC | 隍?菴憮 | 11111100110110110011111111100100111000001101100111100100 | fcdb3fe4e0d9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)