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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 覽檮覽樅^ | 111001100101010010011110100011011110011001010100100111101110000001011110 | e6549e8de6549ee05e |
EUC-JP | 覽檮覽樅^ | 111010111011010111011011111011011110101110110101110111001110001001011110 | ebb5dbedebb5dce25e |
UTF-8 | 覽檮覽樅^ | 11101000101001101011110111100110101010101010111011101000101001101011110111100110101010001000010101011110 | e8a6bde6aaaee8a6bde6a8855e |
UHC | 覽?覽?^ | 11010101110000100011111111010101110000100011111101011110 | d5c23fd5c23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)