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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襌耶失 | 111001011111100110010110111010111000111010111000 | e5f996eb8eb8 |
EUC-JP | 襌耶失 | 111010101111101111001100111011011011110010111010 | eafbccedbcba |
UTF-8 | 襌耶失 | 111010001010010110001100111010001000000010110110111001011010010010110001 | e8a58ce880b6e5a4b1 |
UHC | ?耶失 | 0011111111100101101011011110001111110111 | 3fe5ade3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)