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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
EUC-JP | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
UTF-8 | 뤩횕츰H | 11101011101001001010100111101101100110101001010111101100101110001011000001001000 | eba4a9ed9a95ecb8b048 |
UHC | 뤩횕츰H | 10001111110101111100001110001111110000111111101101001000 | 8fd7c38fc3fb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)