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 | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-WIN | 宵WD宵WD^ | 100011111010101001010111010001001000111110101010010101110100010001011110 | 8faa57448faa57445e |
EUC-JP | 宵WD宵WD^ | 101111101010110001010111010001001011111010101100010101110100010001011110 | beac5744beac57445e |
UTF-8 | 宵WD宵WD^ | 1110010110101110101101010101011101000100111001011010111010110101010101110100010001011110 | e5aeb55744e5aeb557445e |
UHC | 宵WD宵WD^ | 111000011011001001010111010001001110000110110010010101110100010001011110 | e1b25744e1b257445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)