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 | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
EUC-JP | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
UTF-8 | 씜렢섀gB | 1110110010010100100111001110101110100000101000101110110010000100100000000110011101000010 | ec949ceba0a2ec84806742 |
UHC | 씜렢섀gB | 1011111010111101100011101011001110111100101010000110011101000010 | bebd8eb3bca86742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)