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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??虞??儲 | 0011111100111111100010111111000100111111001111111001011011010111 | 3f3f8bf13f3f96d7 |
EUC-JP | ??虞??儲 | 0011111100111111101101101111001100111111001111111100110011011001 | 3f3fb6f33f3fccd9 |
UTF-8 | 罹렡虞곕놉儲 | 111011111010011110100110111010111010000010100001111010001001100110011110111010101011001110010101111010111000011010001001111001011000010010110010 | efa7a6eba0a1e8999eeab395eb8689e584b2 |
UHC | 罹렡虞곕놉儲 | 111011001011101010001110101100101110100111100101101100001110101110110011111100011110111010111001 | ecba8eb2e9e5b0ebb3f1eeb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)