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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髯晏唱鄒 | 1110100110011001100111011110010110001111101001011110011110111110 | e9999de58fa5e7be |
EUC-JP | 髯晏唱鄒 | 1111000111111001110110101110011110111110101001111110111011000000 | f1f9dae7bea7eec0 |
UTF-8 | 髯晏唱鄒 | 111010011010101110101111111001101001100110001111111001011001010010110001111010011000010010010010 | e9abafe6998fe594b1e98492 |
UHC | ?晏唱鄒 | 00111111111001001100111111110011110111011111010111011011 | 3fe4cff3ddf5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)