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 | 雅幄 | 10001001111010111001101111101000 | 89eb9be8 |
EUC-JP | 雅幄 | 10110010111011011101011011101010 | b2edd6ea |
UTF-8 | 雅幄 | 111010011001101110000101111001011011100110000100 | e99b85e5b984 |
UHC | 雅幄 | 11100100101110101110010011000001 | e4bae4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)