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 | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 嶸ァ巐夬囂}B | 1111101010110100101001111111101010110110100110101110110110011010100011110111110101000010 | fab4a7fab69aed9a8f7d42 |
EUC-JP | 嶸ァ巐夬囂}B | 1000111110111011111101001000111010100111100011111011101111111001110101001110111111010011111011110111110101000010 | 8fbbf48ea78fbbf9d4efd3ef7d42 |
UTF-8 | 嶸ァ巐夬囂}B | 1110010110110110101110001110111110111101101001111110010110110111100100001110010110100100101011001110010110011011100000100111110101000010 | e5b6b8efbda7e5b790e5a4ace59b827d42 |
UHC | 嶸????}B | 1110011110101110001111110011111100111111001111110111110101000010 | e7ae3f3f3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)