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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陂玲鞄蟄オ | 111010001001100010010111111001101000101010010011111001011010110110110101 | e89897e68a93e5adb5 |
EUC-JP | 陂玲鞄蟄オ | 11101111111110001100111011101000101100111111001111101010101011111000111010110101 | eff8cee8b3f3eaaf8eb5 |
UTF-8 | 陂玲鞄蟄オ | 111010011001100110000010111001111000111010110010111010011001111010000100111010001001111110000100111011111011110110110101 | e99982e78eb2e99e84e89f84efbdb5 |
UHC | 陂玲?蟄? | 1111100110101110110101101011110000111111111101101101111000111111 | f9aed6bc3ff6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)