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 | 劾瀏 | 10001010010011101110000001100111 | 8a4ee067 |
EUC-JP | 劾瀏 | 10110011101011111101111111001000 | b3afdfc8 |
UTF-8 | 劾瀏 | 111001011000101010111110111001111000000010001111 | e58abee7808f |
UHC | 劾瀏 | 11111010101101101101011110110111 | fab6d7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)