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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茗樶 | 11100100101010101001111011101110 | e4aa9eee |
EUC-JP | 茗樶 | 11101000101011001101110011110000 | e8acdcf0 |
UTF-8 | 茗樶 | 111010001000110010010111111001101010100010110110 | e88c97e6a8b6 |
UHC | 茗? | 110110011010101100111111 | d9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)