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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 赦鴫謝式H | 100011101100110110001110101100001000111011010011100011101010111001001000 | 8ecd8eb08ed38eae48 |
EUC-JP | 赦鴫謝式H | 101111001100111110111100101100101011110011010101101111001011000001001000 | bccfbcb2bcd5bcb048 |
UTF-8 | 赦鴫謝式H | 11101000101101011010011011101001101101001010101111101000101011001001110111100101101111001000111101001000 | e8b5a6e9b4abe8ac9de5bc8f48 |
UHC | 赦?謝式H | 1101111011110101001111111101111011110011111000111101001001001000 | def53fdef3e3d248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)