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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 觝肴庄 | 111001100101100110001101111001101000111110101111 | e6598de68faf |
EUC-JP | 觝肴庄 | 111010111011101010111010111010001011111010110001 | ebbabae8beb1 |
UTF-8 | 觝肴庄 | 111010001010011110011101111010001000001010110100111001011011101010000100 | e8a79de882b4e5ba84 |
UHC | ?肴庄 | 0011111111111101101000101110110111100100 | 3ffda2ede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)