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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 捨壌緖ヲ | 10001110110011001000111111101011111110111000111010100110 | 8ecc8febfb8ea6 |
EUC-JP | 捨壌?ヲ | 10111100110011101011111011101101001111111000111010100110 | bccebeed3f8ea6 |
UTF-8 | 捨壌緖ヲ | 111001101000110110101000111001011010001110001100111001111011011110010110111011111011110110100110 | e68da8e5a38ce7b796efbda6 |
UHC | 捨?緖? | 110111101101011100111111110111111111110100111111 | ded73fdffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)