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 | 1110100110111101100011110111110101110110111010011011110110001111011111010111011001000010 | e9bd8f7d76e9bd8f7d7642 |
EUC-JP | 鮨殉v鮨殉vB | 1111001010111111101111011101111001110110111100101011111110111101110111100111011001000010 | f2bfbdde76f2bfbdde7642 |
UTF-8 | 鮨殉v鮨殉vB | 111010011010111010101000111001101010111010001001011101101110100110101110101010001110011010101110100010010111011001000010 | e9aea8e6ae8976e9aea8e6ae897642 |
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)