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 | ??pG | 00111111001111110111000001000111 | 3f3f7047 |
SJIS-WIN | 蔗クpG | 1110010011110010101110000111000001000111 | e4f2b87047 |
EUC-JP | 蔗クpG | 111010001111010010001110101110000111000001000111 | e8f48eb87047 |
UTF-8 | 蔗クpG | 1110100010010100100101111110111110111101101110000111000001000111 | e89497efbdb87047 |
UHC | 蔗?pG | 1110110110111101001111110111000001000111 | edbd3f7047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)