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 | ?絅??? | 001111111110001101000100001111110011111100111111 | 3fe3443f3f3f |
EUC-JP | 饔絅??? | 1000111111101000111011111110010110100101001111110011111100111111 | 8fe8efe5a53f3f3f |
UTF-8 | 饔絅렏렕亐 | 111010011010010110010100111001111011010110000101111010111010000010001111111010111010000010010101111001001011101010010000 | e9a594e7b585eba08feba095e4ba90 |
UHC | 饔絅렏렕亐 | 11101000101111011100110011100111100011101010010110001110101010101110101010100111 | e8bdcce78ea58eaaeaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)