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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟾千叫雎 | 1110010110110111100100001110011110001011101010011110100010110001 | e5b790e78ba9e8b1 |
EUC-JP | 蟾千叫雎 | 1110101010111001110000001110100110110110101010111111000010110011 | eab9c0e9b6abf0b3 |
UTF-8 | 蟾千叫雎 | 111010001001111110111110111001011000110110000011111001011000111110101011111010011001101110001110 | e89fbee58d83e58fabe99b8e |
UHC | 蟾千叫雎 | 1110000011101010111101001011011011010000101000111110111011010001 | e0eaf4b6d0a3eed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)