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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??芎 | 0011111100111111100011111101011110110110 | 3f3f8fd7b6 |
UTF-8 | 롙뤗芎 | 111010111010000110011001111010111010010010010111111010001000101010001110 | eba199eba497e88a8e |
UHC | 롙뤗芎 | 100011101101110110001111110001111100111111100100 | 8edd8fc7cfe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)