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 | 蟾宣峺雎 | 1110010110110111100100001110100110011011101101101110100010110001 | e5b790e99bb6e8b1 |
EUC-JP | 蟾宣峺雎 | 1110101010111001110000001110101111010110101110001111000010110011 | eab9c0ebd6b8f0b3 |
UTF-8 | 蟾宣峺雎 | 111010001001111110111110111001011010111010100011111001011011001110111010111010011001101110001110 | e89fbee5aea3e5b3bae99b8e |
UHC | 蟾宣?雎 | 11100000111010101110000010111110001111111110111011010001 | e0eae0be3feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)