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 | 闕ウ笙 | 1110100010001101101100111110001010011001 | e88db3e299 |
EUC-JP | 闕ウ笙 | 111011111110110110001110101100111110001111111001 | efed8eb3e3f9 |
UTF-8 | 闕ウ笙 | 111010011001011110010101111011111011110110110011111001111010110010011001 | e99795efbdb3e7ac99 |
UHC | 闕?笙 | 1100111111110100001111111101111111101001 | cff43fdfe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)