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 | ?貳豹 | 0011111111100110110001101001010101011110 | 3fe6c6955e |
EUC-JP | 炤貳豹 | 10001111110010011101001011101100110010001100100110111111 | 8fc9d2ecc8c9bf |
UTF-8 | 炤貳豹 | 111001111000001010100100111010001011001010110011111010001011000110111001 | e782a4e8b2b3e8b1b9 |
UHC | 炤貳豹 | 111000011011111111101100110000111111100011111011 | e1bfecc3f8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)