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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 裝絅鋸E | 11100101111001001110001101000100100010111001100001000101 | e5e4e3448b9845 |
EUC-JP | 裝絅鋸E | 11101010111001101110010110100101101101011111100001000101 | eae6e5a5b5f845 |
UTF-8 | 裝絅鋸E | 11101000101000111001110111100111101101011000010111101001100010111011100001000101 | e8a39de7b585e98bb845 |
UHC | 裝絅鋸E | 11101101111110111100110011100111110010111110101001000101 | edfbcce7cbea45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)