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 | 00111111001111110011111100111111001111110111011001000010 | 3f3f3f3f3f7642 |
SJIS-WIN | 﨑情摺妺ィvB | 1111101010110001100011111110111010010000101000001111101010100101101010000111011001000010 | fab18fee90a0faa5a87642 |
EUC-JP | ?情摺妺ィvB | 001111111011111011110000110000001010001010001111101110011011011110001110101010000111011001000010 | 3fbef0c0a28fb9b78ea87642 |
UTF-8 | 﨑情摺妺ィvB | 1110111110101000100100011110011010000011100001011110011010010001101110101110010110100110101110101110111110111101101010000111011001000010 | efa891e68385e691bae5a6baefbda87642 |
UHC | ?情摺??vB | 001111111110111111010111111011111100100100111111001111110111011001000010 | 3fefd7efc93f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)