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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠑秘a | 111001011011110010010100111010011000001010000001 | e5bc94e98281 |
EUC-JP | 蠑秘a | 111010101011111011001000111010111010001111100001 | eabec8eba3e1 |
UTF-8 | 蠑秘a | 111010001010000010010001111001111010011110011000111011111011110110000001 | e8a091e7a798efbd81 |
UHC | ?秘a | 0011111111011101111110101010001111100001 | 3fddfaa3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)