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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豐壻シ若 | 11100110101100101001101011100100101111001000111011100001 | e6b29ae4bc8ee1 |
EUC-JP | 豐壻シ若 | 1110110010110100110101001110011010001110101111001011110011100011 | ecb4d4e68ebcbce3 |
UTF-8 | 豐壻シ若 | 111010001011000110010000111001011010001110111011111011111011110110111100111010001000101110100101 | e8b190e5a3bbefbdbce88ba5 |
UHC | ?壻?若 | 001111111101111111101011001111111110010110110100 | 3fdfeb3fe5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)