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 | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
SJIS-WIN | 淨?a畯? | 10011111110001000011111101100001111110110110111100111111 | 9fc43f61fb6f3f |
EUC-JP | 淨?a畯? | 1101111011000110001111110110000110001111110011011011101100111111 | dec63f618fcdbb3f |
UTF-8 | 淨렠a畯퓐 | 11100110101101111010100011101011101000001010000001100001111001111001010110101111111011011001001110010000 | e6b7a8eba0a061e795afed9390 |
UHC | 淨렠a畯퓐 | 111011111110010010001110101100010110000111110001111000011100011110110111 | efe48eb161f1e1c7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)