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 | è«ï½³P | 11101000101011011010101111101111101111011011001101010000 | e8adabefbdb350 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | è??ï??P | 1000111110101011101100100011111100111111100011111010101111000001001111110011111101010000 | 8fabb23f3f8fabc13f3f50 |
UTF-8 | è«ï½³P | 11000011101010001100001010101101110000101010101111000011101011111100001010111101110000101011001101010000 | c3a8c2adc2abc3afc2bdc2b350 |
UHC | ???½³P | 00111111101000011010100100111111001111111010100011110110101010011111100001010000 | 3fa1a93f3fa8f6a9f850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)