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 | 鱈卒嘆 | 100100100100110010010001101100101001001001010001 | 924c91b29251 |
EUC-JP | 鱈卒嘆 | 110000111010110111000010101101001100001110110010 | c3adc2b4c3b2 |
UTF-8 | 鱈卒嘆 | 111010011011000110001000111001011000110110010010111001011001100010000110 | e9b188e58d92e59886 |
UHC | ?卒嘆 | 0011111111110000111011111111011110100011 | 3ff0eff7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)