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 | ????腋 | 001111110011111100111111001111111110001111111100 | 3f3f3f3fe3fc |
EUC-JP | ????腋 | 001111110011111100111111001111111110011011111110 | 3f3f3f3fe6fe |
UTF-8 | 閱뤣꾨큵腋 | 111010011001011010110001111010111010010010100011111010101011111010101000111011011000000110110101111010001000010110001011 | e996b1eba4a3eabea8ed81b5e8858b |
UHC | 閱뤣꾨큵腋 | 11100110111100111000111111010001100001001110101110110100100001001110010011111101 | e6f38fd184ebb484e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)