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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 驕農]H | 111010011000000110010100010111110101110101001000 | e981945f5d48 |
EUC-JP | 驕農]H | 111100011110000111000111110000000101110101001000 | f1e1c7c05d48 |
UTF-8 | 驕農]H | 1110100110101001100101011110100010111110101100100101110101001000 | e9a995e8beb25d48 |
UHC | 驕農]H | 110011101111011011010010110111000101110101001000 | cef6d2dc5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)