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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 服}服{^ | 10010101100111100111110110010101100111100111101101011110 | 959e7d959e7b5e |
EUC-JP | 服}服{^ | 11001001111111100111110111001001111111100111101101011110 | c9fe7dc9fe7b5e |
UTF-8 | 服}服{^ | 111001101001110010001101011111011110011010011100100011010111101101011110 | e69c8d7de69c8d7b5e |
UHC | 服}服{^ | 11011100110101110111110111011100110101110111101101011110 | dcd77ddcd77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)