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 | 糊耿?? | 100011001101000011100011110101000011111100111111 | 8cd0e3d43f3f |
EUC-JP | 糊耿?? | 101110001101001011100110110101100011111100111111 | b8d2e6d63f3f |
UTF-8 | 糊耿렔렑 | 111001111011001110001010111010001000000010111111111010111010000010010100111010111010000010010001 | e7b38ae880bfeba094eba091 |
UHC | 糊耿렔렑 | 1111101111010101110011001110101010001110101010011000111010100110 | fbd5ccea8ea98ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)