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 | 廴〔 | 10011100010011011000000101101011 | 9c4d816b |
EUC-JP | 廴〔 | 11010111101011101010000111001100 | d7aea1cc |
UTF-8 | 廴〔 | 111001011011101110110100111000111000000010010100 | e5bbb4e38094 |
UHC | ?〔 | 001111111010000110110010 | 3fa1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)