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 | 鬲奢翠 | 111010011010110110011010111110001001000010001001 | e9ad9af89089 |
EUC-JP | 鬲奢翠 | 111100101010111111010100111110101011111111101001 | f2afd4fabfe9 |
UTF-8 | 鬲奢翠 | 111010011010110010110010111001011010010110100010111001111011111110100000 | e9acb2e5a5a2e7bfa0 |
UHC | ?奢翠 | 0011111111011110110011101111011010101000 | 3fdecef6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)