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 | 懈①?粧? | 1001110011100110100001110100000000111111100011111100111100111111 | 9ce687403f8fcf3f |
EUC-JP | 懈??粧? | 11011000111010000011111100111111101111101101000100111111 | d8e83f3fbed13f |
UTF-8 | 懈①윓粧둁 | 111001101000011110001000111000101001000110100000111011001001110010010011111001111011001010100111111010111001000110000001 | e68788e291a0ec9c93e7b2a7eb9181 |
UHC | 懈①윓粧둁 | 11111010101010111010100011100111100111111001101011101101111100101000100111111011 | faaba8e79f9aedf289fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)