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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 韃域昏B | 11101000111001011000100011100110100011011010100001000010 | e8e588e68da842 |
EUC-JP | 韃域昏B | 11110000111001111011000011101000101110101010101001000010 | f0e7b0e8baaa42 |
UTF-8 | 韃域昏B | 11101001100111111000001111100101100111111001111111100110100110001000111101000010 | e99f83e59f9fe6988f42 |
UHC | ?域昏B | 001111111110011010110100111110111110011101000010 | 3fe6b4fbe742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)