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 | ??醍?雕 | 00111111001111111001000111100111001111111110100010111000 | 3f3f91e73fe8b8 |
EUC-JP | ??醍?雕 | 00111111001111111100001011101001001111111111000010111010 | 3f3fc2e93ff0ba |
UTF-8 | 橓렢醍렕雕 | 111001101010100110010011111010111010000010100010111010011000011010001101111010111010000010010101111010011001101110010101 | e6a993eba0a2e9868deba095e99b95 |
UHC | 橓렢醍렕雕 | 11100010111001011000111010110011111100001011010110001110101010101111000011100111 | e2e58eb3f0b58eaaf0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)