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 | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | 将イ宵メGB | 1000111110101011101100101000111110101010110100100100011101000010 | 8fabb28faad24742 |
EUC-JP | 将イ宵メGB | 10111110101011011000111010110010101111101010110010001110110100100100011101000010 | bead8eb2beac8ed24742 |
UTF-8 | 将イ宵メGB | 1110010110110000100001101110111110111101101100101110010110101110101101011110111110111110100100100100011101000010 | e5b086efbdb2e5aeb5efbe924742 |
UHC | ??宵?GB | 00111111001111111110000110110010001111110100011101000010 | 3f3fe1b23f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)