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 | 焄イ骼ー漆 | 1111101101010100101100101110100110001110101100001000111010111101 | fb54b2e98eb08ebd |
EUC-JP | 焄イ骼ー漆 | 1000111111001001111000111000111010110010111100011110111010001110101100001011110010111111 | 8fc9e38eb2f1ee8eb0bcbf |
UTF-8 | 焄イ骼ー漆 | 111001111000010010000100111011111011110110110010111010011010101010111100111011111011110110110000111001101011110010000110 | e78484efbdb2e9aabcefbdb0e6bc86 |
UHC | 焄???漆 | 11111101101101100011111100111111001111111111011011010100 | fdb63f3f3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)