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 | 摯?ぁ?? | 10011101100101010011111110000010100111110011111100111111 | 9d953f829f3f3f |
EUC-JP | 摯?ぁ?? | 11011001111101010011111110100100101000010011111100111111 | d9f53fa4a13f3f |
UTF-8 | 摯퀴ぁ렲뤉 | 111001101001000110101111111011011000000010110100111000111000000110000001111010111010000010110010111010111010010010001001 | e691afed80b4e38181eba0b2eba489 |
UHC | 摯퀴ぁ렲뤉 | 11110010101001111100010011111011101010101010000110001110101111111000111110111001 | f2a7c4fbaaa18ebf8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)