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 | 厓?┨淫 | 11111010100011010011111110000100101101111000100011111010 | fa8d3f84b788fa |
EUC-JP | 厓?┨淫 | 1000111110110100110001110011111110101000101110011011000011111100 | 8fb4c73fa8b9b0fc |
UTF-8 | 厓꿴┨淫 | 111001011000111010010011111010101011111110110100111000101001010010101000111001101011011110101011 | e58e93eabfb4e294a8e6b7ab |
UHC | 厓꿴┨淫 | 1110010011101101101100101110100110100110101110011110101111100010 | e4edb2e9a6b9ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)