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 | ?斑牝 | 0011111110010100110000011001011011000100 | 3f94c196c4 |
EUC-JP | 熒斑牝 | 10001111110010101010011111001000110000111100110011000110 | 8fcaa7c8c3ccc6 |
UTF-8 | 熒斑牝 | 111001111000011010010010111001101001011010010001111001111000100110011101 | e78692e69691e7899d |
UHC | 熒斑牝 | 111110111010011111011010111010001101111010110110 | fba7dae8deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)