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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 訷殉v訷殉vB | 1111101110100100100011110111110101110110111110111010010010001111011111010111011001000010 | fba48f7d76fba48f7d7642 |
EUC-JP | 訷殉v訷殉vB | 10001111110111011101010010111101110111100111011010001111110111011101010010111101110111100111011001000010 | 8fddd4bdde768fddd4bdde7642 |
UTF-8 | 訷殉v訷殉vB | 111010001010100010110111111001101010111010001001011101101110100010101000101101111110011010101110100010010111011001000010 | e8a8b7e6ae8976e8a8b7e6ae897642 |
UHC | ?殉v?殉vB | 001111111110001011100110011101100011111111100010111001100111011001000010 | 3fe2e6763fe2e67642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)