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 | PCL\ | 100100100101000010010010010000110100110001011100 | 925092434c5c |
SJIS-WIN | ?P?CL\ | 001111110101000000111111010000110100110001011100 | 3f503f434c5c |
EUC-JP | ?P?CL\ | 001111110101000000111111010000110100110001011100 | 3f503f434c5c |
UTF-8 | PCL\ | 1100001010010010010100001100001010010010010000110100110001011100 | c29250c292434c5c |
UHC | ?P?CL\ | 001111110101000000111111010000110100110001011100 | 3f503f434c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)