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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 遮赦酌示B | 1000111011010101100011101100110110001110110111101000111010100110111100001110000101000010 | 8ed58ecd8ede8ea6f0e142 |
EUC-JP | 遮赦酌示?B | 10111100110101111011110011001111101111001110000010111100101010000011111101000010 | bcd7bccfbce0bca83f42 |
UTF-8 | 遮赦酌示B | 11101001100000011010111011101000101101011010011011101001100001011000110011100111101001001011101011101110100000101010000001000010 | e981aee8b5a6e9858ce7a4baee82a042 |
UHC | 遮赦酌示?B | 11110011101101001101111011110101111011011100110011100011110001100011111101000010 | f3b4def5edcce3c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)