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 | 邨イ縺ョ襁 | 1110011110110101101100101110001110000001101011101110010111110100 | e7b5b2e381aee5f4 |
EUC-JP | 邨イ縺ョ襁 | 11101110101101111000111010110010111001011110000110001110101011101110101011110110 | eeb78eb2e5e18eaeeaf6 |
UTF-8 | 邨イ縺ョ襁 | 111010011000001010101000111011111011110110110010111001111011100010111010111011111011110110101110111010001010010110000001 | e982a8efbdb2e7b8baefbdaee8a581 |
UHC | 邨???襁 | 11110101101111100011111100111111001111111100101110111010 | f5be3f3f3fcbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)