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 | 獰h? | 1110000011010110100000101000100000111111 | e0d682883f |
EUC-JP | 獰h? | 1110000011011000101000111110100000111111 | e0d8a3e83f |
UTF-8 | 獰h뼆 | 111001111000110110110000111011111011110110001000111010111011110010000110 | e78db0efbd88ebbc86 |
UHC | 獰h뼆 | 111001111011111010100011111010001001011010010000 | e7bea3e89690 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)