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 | 娃??攸? | 10001000101000010011111100111111100111011011111100111111 | 88a13f3f9dbf3f |
EUC-JP | 娃??攸? | 10110000101000110011111100111111110110101100000100111111 | b0a33f3fdac13f |
UTF-8 | 娃쒑뿪攸튎 | 111001011010100010000011111011001001001010010001111010111011111110101010111001101001010010111000111011011000101010001110 | e5a883ec9291ebbfaae694b8ed8a8e |
UHC | 娃쒑뿪攸튎 | 11101000110111111001110011101000100101111010101011101010111100101011101001000010 | e8df9ce897aaeaf2ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)