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 | ?魅e彦? | 0011111110010110101000111000001010000101100101010100011000111111 | 3f96a3828595463f |
EUC-JP | 薏魅e彦? | 10001111110110011101111011001100101001011010001111100101110010011010011100111111 | 8fd9decca5a3e5c9a73f |
UTF-8 | 薏魅e彦렏 | 111010001001011010001111111010011010110110000101111011111011110110000101111001011011110110100110111010111010000010001111 | e8968fe9ad85efbd85e5bda6eba08f |
UHC | 薏魅e彦렏 | 11101011111110111101100011100101101000111110010111100101111010011000111010100101 | ebfbd8e5a3e5e5e98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)