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 | 儲?邑 | 1001011011010111001111111001011101010111 | 96d73f9757 |
EUC-JP | 儲?邑 | 1100110011011001001111111100110110111000 | ccd93fcdb8 |
UTF-8 | 儲렔邑 | 111001011000010010110010111010111010000010010100111010011000001010010001 | e584b2eba094e98291 |
UHC | 儲렔邑 | 111011101011100110001110101010011110101111101001 | eeb98ea9ebe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)