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 | 硝涇訟 | 100011111100100111111010111110111000111111010111 | 8fc9fafb8fd7 |
EUC-JP | 硝涇訟 | 10111110110010111000111111000111110001111011111011011001 | becb8fc7c7bed9 |
UTF-8 | 硝涇訟 | 111001111010000110011101111001101011011010000111111010001010100010011111 | e7a19de6b687e8a89f |
UHC | 硝涇訟 | 111101011010011011001100110111001110000111101000 | f5a6ccdce1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)