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 | 痾痣咤疼 | 1110000101111101111000010111101110011010010000101110000101110101 | e17de17b9a42e175 |
EUC-JP | 痾痣咤疼 | 1110000111011110111000011101110011010011101000111110000111010110 | e1dee1dcd3a3e1d6 |
UTF-8 | 痾痣咤疼 | 111001111001011110111110111001111001011110100011111001011001001010100100111001111001011010111100 | e797bee797a3e592a4e796bc |
UHC | ??咤疼 | 001111110011111111110110111000111101010011011001 | 3f3ff6e3d4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)