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 | 粃赦鴫 | 111000101110000110001110110011011000111010110000 | e2e18ecd8eb0 |
EUC-JP | 粃赦鴫 | 111001001110001110111100110011111011110010110010 | e4e3bccfbcb2 |
UTF-8 | 粃赦鴫 | 111001111011001010000011111010001011010110100110111010011011010010101011 | e7b283e8b5a6e9b4ab |
UHC | 粃赦? | 1101110111111011110111101111010100111111 | ddfbdef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)