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 | 夋晏ケ | 1111101010011111100111011110010110111001 | fa9f9de5b9 |
EUC-JP | 夋晏ケ | 10001111101110001110000111011010111001111000111010111001 | 8fb8e1dae78eb9 |
UTF-8 | 夋晏ケ | 111001011010010010001011111001101001100110001111111011111011110110111001 | e5a48be6998fefbdb9 |
UHC | ?晏? | 00111111111001001100111100111111 | 3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)