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 | 聿合或 | 111000111110010010001101100001111000100010111101 | e3e48d8788bd |
EUC-JP | 聿合或 | 111001101110011010111001111001111011000010111111 | e6e6b9e7b0bf |
UTF-8 | 聿合或 | 111010001000000110111111111001011001000010001000111001101000100010010110 | e881bfe59088e68896 |
UHC | 聿合或 | 111010111101001111111001111010101111101111100100 | ebd3f9eafbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)