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 | ??a | 001111110011111101100001 | 3f3f61 |
SJIS-WIN | 蠇竺a | 1111101110100001100011101011000101100001 | fba18eb161 |
EUC-JP | ?竺a | 00111111101111001011001101100001 | 3fbcb361 |
UTF-8 | 蠇竺a | 11101000101000001000011111100111101010111011101001100001 | e8a087e7abba61 |
UHC | ?竺a | 00111111111101011110011101100001 | 3ff5e761 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)