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 | 損? | 100100011011100100111111 | 91b93f |
EUC-JP | 損? | 110000101011101100111111 | c2bb3f |
UTF-8 | 損밠 | 111001101001000010001101111010111011000010100000 | e6908debb0a0 |
UHC | 損밠 | 11100001110111111001001101001101 | e1df934d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)