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 | 涓? | 100111111011000000111111 | 9fb03f |
EUC-JP | 涓? | 110111101011001000111111 | deb23f |
UTF-8 | 涓롊 | 111001101011011010010011111010111010000110001010 | e6b693eba18a |
UHC | 涓롊 | 11100110110011111000111011010000 | e6cf8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)