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 | 釖鋻 | 11100111110110011111101111011001 | e7d9fbd9 |
EUC-JP | 釖鋻 | 1110111011011011100011111110010011010001 | eedb8fe4d1 |
UTF-8 | 釖鋻 | 111010011000011110010110111010011000101110111011 | e98796e98bbb |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)