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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 赦鴫獸赦鴫 | 10001110110011011000111010110000111000001101011110001110110011011000111010110000 | 8ecd8eb0e0d78ecd8eb0 |
EUC-JP | 赦鴫獸赦鴫 | 10111100110011111011110010110010111000001101100110111100110011111011110010110010 | bccfbcb2e0d9bccfbcb2 |
UTF-8 | 赦鴫獸赦鴫 | 111010001011010110100110111010011011010010101011111001111000110110111000111010001011010110100110111010011011010010101011 | e8b5a6e9b4abe78db8e8b5a6e9b4ab |
UHC | 赦?獸赦? | 1101111011110101001111111110001010101110110111101111010100111111 | def53fe2aedef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)