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 | 劑?f | 1001100110011101001111111000001010000110 | 999d3f8286 |
EUC-JP | 劑?f | 1101000111111101001111111010001111100110 | d1fd3fa3e6 |
UTF-8 | 劑屢f | 111001011000101010010001111011111010010110001011111011111011110110000110 | e58a91efa58befbd86 |
UHC | 劑屢f | 111100001010010111010010111001011010001111100110 | f0a5d2e5a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)