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] | 0011111100111111001111110100010101011101 | 3f3f3f455d |
SJIS-WIN | 節??E] | 100100001101111100111111001111110100010101011101 | 90df3f3f455d |
EUC-JP | 節??E] | 110000001110000100111111001111110100010101011101 | c0e13f3f455d |
UTF-8 | 節쏙슘E] | 1110011110101111100000001110110010001111100110011110110010001010100110000100010101011101 | e7af80ec8f99ec8a98455d |
UHC | 節쏙슘E] | 1110111110111101101111011110111110111101101101110100010101011101 | efbdbdefbdb7455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)