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 | 淫???? | 100010001111101000111111001111110011111100111111 | 88fa3f3f3f3f |
EUC-JP | 淫???? | 101100001111110000111111001111110011111100111111 | b0fc3f3f3f3f |
UTF-8 | 淫명룝渽렯 | 111001101011011110101011111010111010101010000101111010111010001110011101111001101011100010111101111010111010000010101111 | e6b7abebaa85eba39de6b8bdeba0af |
UHC | 淫명룝渽렯 | 11101011111000101011100011101101101101111110010011101110101010101000111010111100 | ebe2b8edb7e4eeaa8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)