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 | 智?? | 10010010011100010011111100111111 | 92713f3f |
EUC-JP | 智?? | 11000011110100100011111100111111 | c3d23f3f |
UTF-8 | 智곈디 | 111001101001100110111010111010101011001110001000111010111001010010010100 | e699baeab388eb9494 |
UHC | 智곈디 | 111100101010101010110000111010011011010111110000 | f2aab0e9b5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)