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 | è\¼ | 111010000101110010001111100010001000110110111100 | e85c8f888dbc |
SJIS-WIN | ?\???? | 001111110101110000111111001111110011111100111111 | 3f5c3f3f3f3f |
EUC-JP | è\???? | 1000111110101011101100100101110000111111001111110011111100111111 | 8fabb25c3f3f3f3f |
UTF-8 | è\¼ | 1100001110101000010111001100001010001111110000101000100011000010100011011100001010111100 | c3a85cc28fc288c28dc2bc |
UHC | ?\???¼ | 00111111010111000011111100111111001111111010100011111001 | 3f5c3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)