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 | 欲??淫 | 100101110111111000111111001111111000100011111010 | 977e3f3f88fa |
EUC-JP | 欲??淫 | 110011011101111100111111001111111011000011111100 | cddf3f3fb0fc |
UTF-8 | 欲먯넔淫 | 111001101010110010110010111010111010100010101111111010111000010010010100111001101011011110101011 | e6acb2eba8afeb8494e6b7ab |
UHC | 欲먯넔淫 | 1110100110110000100100001110110010000110100111011110101111100010 | e9b090ec869debe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)