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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 糯眄B | 1110001011110111111000011011111001000010 | e2f7e1be42 |
EUC-JP | 糯眄B | 1110010011111001111000101100000001000010 | e4f9e2c042 |
UTF-8 | 糯眄B | 11100111101100111010111111100111100111001000010001000010 | e7b3afe79c8442 |
UHC | ?眄B | 00111111110110001111100001000010 | 3fd8f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)