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 | 躰? | 111001110101101100111111 | e75b3f |
EUC-JP | 躰? | 111011011011110000111111 | edbc3f |
UTF-8 | 躰뎻 | 111010001011101010110000111010111000111010111011 | e8bab0eb8ebb |
UHC | ?뎻 | 001111111000100110001110 | 3f898e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)