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 | ??熒 | 0011111100111111100011111100101010100111 | 3f3f8fcaa7 |
UTF-8 | 롗롁熒 | 111010111010000110010111111010111010000110000001111001111000011010010010 | eba197eba181e78692 |
UHC | 롗롁熒 | 100011101101101110001110110010001111101110100111 | 8edb8ec8fba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)