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 | 糊屯??? | 10001100110100001001001111010100001111110011111100111111 | 8cd093d43f3f3f |
EUC-JP | 糊屯??? | 10111000110100101100011011010110001111110011111100111111 | b8d2c6d63f3f3f |
UTF-8 | 糊屯렣븃렏 | 111001111011001110001010111001011011000110101111111010111010000010100011111010111011100010000011111010111010000010001111 | e7b38ae5b1afeba0a3ebb883eba08f |
UHC | 糊屯렣븃렏 | 11111011110101011101010011101010100011101011010010111010111010001000111010100101 | fbd5d4ea8eb4bae88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)