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 | 嘯析 | 10011010100000101001000011001101 | 9a8290cd |
EUC-JP | 嘯析 | 11010011111000101100000011001111 | d3e2c0cf |
UTF-8 | 嘯析 | 111001011001100010101111111001101001111010010000 | e598afe69e90 |
UHC | 嘯析 | 11100001101100001110000010110000 | e1b0e0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)