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 | PEPE | 1001001001010000100100100100010110010010010100001001001001000101 | 9250924592509245 |
SJIS-WIN | ?P?E?P?E | 0011111101010000001111110100010100111111010100000011111101000101 | 3f503f453f503f45 |
EUC-JP | ?P?E?P?E | 0011111101010000001111110100010100111111010100000011111101000101 | 3f503f453f503f45 |
UTF-8 | PEPE | 110000101001001001010000110000101001001001000101110000101001001001010000110000101001001001000101 | c29250c29245c29250c29245 |
UHC | ?P?E?P?E | 0011111101010000001111110100010100111111010100000011111101000101 | 3f503f453f503f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)