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 | 贓蛇贖雫 | 1110011011011001100011101101011011100110110111001000111010110100 | e6d98ed6e6dc8eb4 |
EUC-JP | 贓蛇贖雫 | 1110110011011011101111001101100011101100110111101011110010110110 | ecdbbcd8ecdebcb6 |
UTF-8 | 贓蛇贖雫 | 111010001011010010010011111010001001101110000111111010001011010010010110111010011001101110101011 | e8b493e89b87e8b496e99bab |
UHC | 贓蛇贖? | 11101101111111001101111011101111111000011101101100111111 | edfcdeefe1db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)