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 | ??@~ | 00111111001111110100000001111110 | 3f3f407e |
SJIS-WIN | ??@~ | 00111111001111110100000001111110 | 3f3f407e |
EUC-JP | ??@~ | 00111111001111110100000001111110 | 3f3f407e |
UTF-8 | 롉렢@~ | 1110101110100001100010011110101110100000101000100100000001111110 | eba189eba0a2407e |
UHC | 롉렢@~ | 100011101100111110001110101100110100000001111110 | 8ecf8eb3407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)