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 | 1110101011100000110011011010001001010000 | eae0cda250 |
SJIS-WIN | ???¢P | 001111110011111100111111100000011001000101010000 | 3f3f3f819150 |
EUC-JP | êàÍ¢P | 100011111010101110110100100011111010101110100010100011111010101010111111101000011111000101010000 | 8fabb48faba28faabfa1f150 |
UTF-8 | êàÍ¢P | 110000111010101011000011101000001100001110001101110000101010001001010000 | c3aac3a0c38dc2a250 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)