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 | 髯橄擺 | 111010011001100110011110111010111001110110110010 | e9999eeb9db2 |
EUC-JP | 髯橄擺 | 111100011111100111011100111011011101101010110100 | f1f9dceddab4 |
UTF-8 | 髯橄擺 | 111010011010101110101111111001101010100110000100111001101001001110111010 | e9abafe6a984e693ba |
UHC | ?橄擺 | 0011111111001010111101001111011111101100 | 3fcaf4f7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)