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 | 淫??瑗? | 1011000011111100001111110011111110001111110011001100000000111111 | b0fc3f3f8fccc03f |
UTF-8 | 淫명룅瑗렑 | 111001101011011110101011111010111010101010000101111010111010001110000101111001111001000110010111111010111010000010010001 | e6b7abebaa85eba385e79197eba091 |
UHC | 淫명룅瑗렑 | 11101011111000101011100011101101101101111110000011101010101111001000111010100110 | ebe2b8edb7e0eabc8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)