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 | 001111110011111100111111001111110101011001000010 | 3f3f3f3f5642 |
SJIS-WIN | 蛛イ迺スVB | 1110010110000001101100101110011110010010101111010101011001000010 | e581b2e792bd5642 |
EUC-JP | 蛛イ迺スVB | 11101001111000011000111010110010111011011111001010001110101111010101011001000010 | e9e18eb2edf28ebd5642 |
UTF-8 | 蛛イ迺スVB | 1110100010011011100110111110111110111101101100101110100010111111101110101110111110111101101111010101011001000010 | e89b9befbdb2e8bfbaefbdbd5642 |
UHC | 蛛???VB | 11110001110010000011111100111111001111110101011001000010 | f1c83f3f3f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)