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 | àPoBF | 10001010111000001001000101010000011011110100001001000110 | 8ae091506f4246 |
SJIS-WIN | ???PoBF | 00111111001111110011111101010000011011110100001001000110 | 3f3f3f506f4246 |
EUC-JP | ?à?PoBF | 001111111000111110101011101000100011111101010000011011110100001001000110 | 3f8faba23f506f4246 |
UTF-8 | àPoBF | 11000010100010101100001110100000110000101001000101010000011011110100001001000110 | c28ac3a0c291506f4246 |
UHC | ???PoBF | 00111111001111110011111101010000011011110100001001000110 | 3f3f3f506f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)