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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涅?∀ | 1001111110111000001111111000000111001101 | 9fb83f81cd |
EUC-JP | 涅?∀ | 1101111010111010001111111010001011001111 | deba3fa2cf |
UTF-8 | 涅욜∀ | 111001101011011010000101111011001001101010011100111000101000100010000000 | e6b685ec9a9ce28880 |
UHC | 涅욜∀ | 111001101110111010111111111001111010001010100011 | e6eebfe7a2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)