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 | 翔大翔垈^ | 111000111100010010010001111001011110001111000100100110101011000001011110 | e3c491e5e3c49ab05e |
EUC-JP | 翔大翔垈^ | 111001101100011011000010111001111110011011000110110101001011001001011110 | e6c6c2e7e6c6d4b25e |
UTF-8 | 翔大翔垈^ | 11100111101111111001010011100101101001001010011111100111101111111001010011100101100111101000100001011110 | e7bf94e5a4a7e7bf94e59e885e |
UHC | 翔大翔垈^ | 110111111101011011010011110111101101111111010110110100111101110001011110 | dfd6d3dedfd6d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)