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 | 雍溢、 | 1110100010110100100010001110110010100100 | e8b488eca4 |
EUC-JP | 雍溢、 | 111100001011011010110000111011101000111010100100 | f0b6b0ee8ea4 |
UTF-8 | 雍溢、 | 111010011001101110001101111001101011101010100010111011111011110110100100 | e99b8de6baa2efbda4 |
UHC | 雍溢? | 1110100010111100111011001110111000111111 | e8bcecee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)