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 | ENCU | 1001001001000101100100100100111010010010010000111001001001010101 | 9245924e92439255 |
SJIS-WIN | ?E?N?C?U | 0011111101000101001111110100111000111111010000110011111101010101 | 3f453f4e3f433f55 |
EUC-JP | ?E?N?C?U | 0011111101000101001111110100111000111111010000110011111101010101 | 3f453f4e3f433f55 |
UTF-8 | ENCU | 110000101001001001000101110000101001001001001110110000101001001001000011110000101001001001010101 | c29245c2924ec29243c29255 |
UHC | ?E?N?C?U | 0011111101000101001111110100111000111111010000110011111101010101 | 3f453f4e3f433f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)