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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝕臣蝕臣^ | 100100000100100110010000011000101001000001001001100100000110001001011110 | 90499062904990625e |
EUC-JP | 蝕臣蝕臣^ | 101111111010101010111111110000111011111110101010101111111100001101011110 | bfaabfc3bfaabfc35e |
UTF-8 | 蝕臣蝕臣^ | 11101000100111011001010111101000100001111010001111101000100111011001010111101000100001111010001101011110 | e89d95e887a3e89d95e887a35e |
UHC | 蝕臣蝕臣^ | 111000111101101011100011111011011110001111011010111000111110110101011110 | e3dae3ede3dae3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)