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 | 淫??畑 | 100010001111101000111111001111111001010010101000 | 88fa3f3f94a8 |
EUC-JP | 淫??畑 | 101100001111110000111111001111111100100010101010 | b0fc3f3fc8aa |
UTF-8 | 淫곗꽮畑 | 111001101011011110101011111010101011001110010111111010101011110110101110111001111001010110010001 | e6b7abeab397eabdaee79591 |
UHC | 淫곗꽮畑 | 1110101111100010101100001110110010000100101110011110111110100101 | ebe2b0ec84b9efa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)