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 | 1111100011110101111010011100011001110110111110001111010111101001110001100111011001000010 | f8f5e9c676f8f5e9c67642 |
EUC-JP | ?鯣v?鯣vB | 001111111111001011001000011101100011111111110010110010000111011001000010 | 3ff2c8763ff2c87642 |
UTF-8 | 鯣v鯣vB | 111011101001101010010100111010011010111110100011011101101110111010011010100101001110100110101111101000110111011001000010 | ee9a94e9afa376ee9a94e9afa37642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)