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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 縊??淫? | 11100011011011110011111100111111100010001111101000111111 | e36f3f3f88fa3f |
EUC-JP | 縊??淫? | 11100101110100000011111100111111101100001111110000111111 | e5d03f3fb0fc3f |
UTF-8 | 縊볝끃淫쬌 | 111001111011100010001010111010111011001110011101111010111000000110000011111001101011011110101011111011001010110010001100 | e7b88aebb39deb8183e6b7abecac8c |
UHC | 縊볝끃淫쬌 | 11100100111111001001001111100011100001011011100111101011111000101010011101000010 | e4fc93e385b9ebe2a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)