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 | ??q | 00111111001111111000001010010001 | 3f3f8291 |
EUC-JP | ?庾q | 001111111000111110111100110011101010001111110001 | 3f8fbccea3f1 |
UTF-8 | 뤊庾q | 111010111010010010001010111001011011101010111110111011111011110110010001 | eba48ae5babeefbd91 |
UHC | 뤊庾q | 100011111011101011101010111011001010001111110001 | 8fbaeaeca3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)