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 | PlPl^ | 100100010101000010010001011011001001000101010000100100010110110001011110 | 9150916c9150916c5e |
SJIS-WIN | ?P?l?P?l^ | 001111110101000000111111011011000011111101010000001111110110110001011110 | 3f503f6c3f503f6c5e |
EUC-JP | ?P?l?P?l^ | 001111110101000000111111011011000011111101010000001111110110110001011110 | 3f503f6c3f503f6c5e |
UTF-8 | PlPl^ | 11000010100100010101000011000010100100010110110011000010100100010101000011000010100100010110110001011110 | c29150c2916cc29150c2916c5e |
UHC | ?P?l?P?l^ | 001111110101000000111111011011000011111101010000001111110110110001011110 | 3f503f6c3f503f6c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)