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 | 承? | 100011111011001100111111 | 8fb33f |
EUC-JP | 承? | 101111101011010100111111 | beb53f |
UTF-8 | 承룈 | 111001101000100110111111111010111010001110001000 | e689bfeba388 |
UHC | 承룈 | 11100011101011111000111110000111 | e3af8f87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)