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 | 闌怜勣雜ウ | 111010001000110010010111111001011001100110101000111010001011011010110011 | e88c97e599a8e8b6b3 |
EUC-JP | 闌怜勣雜ウ | 11101111111011001100111011100111110100101010101011110000101110001000111010110011 | efeccee7d2aaf0b88eb3 |
UTF-8 | 闌怜勣雜ウ | 111010011001011110001100111001101000000010011100111001011000101110100011111010011001101110011100111011111011110110110011 | e9978ce6809ce58ba3e99b9cefbdb3 |
UHC | ?怜勣雜? | 0011111111010110101110111110111011010011111011011101101000111111 | 3fd6bbeed3edda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)