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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 璽璽^ | 111100011111101010001110101000111111000111111010100011101010001101011110 | f1fa8ea3f1fa8ea35e |
EUC-JP | ?璽?璽^ | 00111111101111001010010100111111101111001010010101011110 | 3fbca53fbca55e |
UTF-8 | 璽璽^ | 11101110100001011011010111100111100100101011110111101110100001011011010111100111100100101011110101011110 | ee85b5e792bdee85b5e792bd5e |
UHC | ?璽?璽^ | 00111111110111111101111000111111110111111101111001011110 | 3fdfde3fdfde5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)