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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟾先ア扇▼逎 | 1110010110110111100100001110011010110001100100001110111010000001101001011110011110100011 | e5b790e6b190ee81a5e7a3 |
EUC-JP | 蟾先ア扇▼逎 | 111010101011100111000000111010001000111010110001110000001111000010100010101001111110111010100101 | eab9c0e88eb1c0f0a2a7eea5 |
UTF-8 | 蟾先ア扇▼逎 | 111010001001111110111110111001011000010110001000111011111011110110110001111001101000100110000111111000101001011010111100111010011000000010001110 | e89fbee58588efbdb1e68987e296bce9808e |
UHC | 蟾先?扇▼? | 11100000111010101110000010111011001111111110000010111111101000011110010100111111 | e0eae0bb3fe0bfa1e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)