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 | 涅?奚 | 1001111110111000001111111001101011110110 | 9fb83f9af6 |
EUC-JP | 涅?奚 | 1101111010111010001111111101010011111000 | deba3fd4f8 |
UTF-8 | 涅쿩奚 | 111001101011011010000101111011001011111110101001111001011010010110011010 | e6b685ecbfa9e5a59a |
UHC | 涅쿩奚 | 111001101110111010110011010110101111101010101000 | e6eeb35afaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)