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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 額?墨? | 100010100111101000111111100101100110111000111111 | 8a7a3f966e3f |
EUC-JP | 額?墨? | 101100111101101100111111110010111100111100111111 | b3db3fcbcf3f |
UTF-8 | 額멸墨휠 | 111010011010000110001101111010111010100110111000111001011010001010101000111011011001110010100000 | e9a18deba9b8e5a2a8ed9ca0 |
UHC | 額멸墨휠 | 1110010011111110101110001110101011011001111110001100100011011001 | e4feb8ead9f8c8d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)