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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 證邁?腸?{d | 11100110100110101110011110110000001111111001001010110000001111110111101101100100 | e69ae7b03f92b03f7b64 |
EUC-JP | 證邁?腸?{d | 11101011111110101110111010110010001111111100010010110010001111110111101101100100 | ebfaeeb23fc4b23f7b64 |
UTF-8 | 證邁강腸렑{d | 1110100010101101100010011110100110000010100000011110101010110000100101011110100010000101101110001110101110100000100100010111101101100100 | e8ad89e98281eab095e885b8eba0917b64 |
UHC | 證邁강腸렑{d | 111100011111101111011000111001001011000010101101111011011111001110001110101001100111101101100100 | f1fbd8e4b0adedf38ea67b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)