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 | ?爛 | 001111111110000010100011 | 3fe0a3 |
EUC-JP | ?爛 | 001111111110000010100101 | 3fe0a5 |
UTF-8 | 룿爛 | 111010111010001110111111111001111000100010011011 | eba3bfe7889b |
UHC | 룿爛 | 10001111101100001101010110110100 | 8fb0d5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)