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 | 承淏脯 | 100011111011001111111011010000101110001111111011 | 8fb3fb42e3fb |
EUC-JP | 承淏脯 | 10111110101101011000111111000111110110011110011011111101 | beb58fc7d9e6fd |
UTF-8 | 承淏脯 | 111001101000100110111111111001101011011110001111111010001000010010101111 | e689bfe6b78fe884af |
UHC | 承淏脯 | 111000111010111111111011110010001111100011100001 | e3affbc8f8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)