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 | ??σ | 00111111001111111000001111010000 | 3f3f83d0 |
EUC-JP | ??σ | 00111111001111111010011011010010 | 3f3fa6d2 |
UTF-8 | 뤶옘σ | 1110101110100100101101101110110010011000100110001100111110000011 | eba4b6ec9898cf83 |
UHC | 뤶옘σ | 100011111110010010111111101111001010010111110010 | 8fe4bfbca5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)