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 | 淫莎??淫 | 1000100011111010111001001011001100111111001111111000100011111010 | 88fae4b33f3f88fa |
EUC-JP | 淫莎??淫 | 1011000011111100111010001011010100111111001111111011000011111100 | b0fce8b53f3fb0fc |
UTF-8 | 淫莎렱렏淫 | 111001101011011110101011111010001000111010001110111010111010000010110001111010111010000010001111111001101011011110101011 | e6b7abe88e8eeba0b1eba08fe6b7ab |
UHC | 淫莎렱렏淫 | 11101011111000101101111011101101100011101011111010001110101001011110101111100010 | ebe2deed8ebe8ea5ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)