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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | ?訥ォvB | 00111111111001100110001110000011010010000111011001000010 | 3fe66383487642 |
EUC-JP | ?訥ォvB | 00111111111010111100010010100101101010010111011001000010 | 3febc4a5a97642 |
UTF-8 | 룵訥ォvB | 1110101110100011101101011110100010101000101001011110001110000010101010010111011001000010 | eba3b5e8a8a5e382a97642 |
UHC | 룵訥ォvB | 1000111110101010110100101110110110101011101010010111011001000010 | 8faad2edaba97642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)