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 | 100011111110001110101011101111001011000101010000 | 8fe3abbcb150 |
SJIS-WIN | ????±P | 00111111001111110011111100111111100000010111110101010000 | 3f3f3f3f817d50 |
EUC-JP | ?ã??±P | 001111111000111110101011101010100011111100111111101000011101111001010000 | 3f8fabaa3f3fa1de50 |
UTF-8 | 㫼±P | 1100001010001111110000111010001111000010101010111100001010111100110000101011000101010000 | c28fc3a3c2abc2bcc2b150 |
UHC | ???¼±P | 0011111100111111001111111010100011111001101000011011111001010000 | 3f3f3fa8f9a1be50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)