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 | 涅? | 100111111011100000111111 | 9fb83f |
EUC-JP | 涅? | 110111101011101000111111 | deba3f |
UTF-8 | 涅쩋 | 111001101011011010000101111011001010100110001011 | e6b685eca98b |
UHC | 涅쩋 | 11100110111011101010010101000101 | e6eea545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)