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 | 111001111001111010110011011101101110011110011110101100110111011001000010 | e79eb376e79eb37642 |
EUC-JP | 迸ウv迸ウvB | 1110110111111110100011101011001101110110111011011111111010001110101100110111011001000010 | edfe8eb376edfe8eb37642 |
UTF-8 | 迸ウv迸ウvB | 111010001011111110111000111011111011110110110011011101101110100010111111101110001110111110111101101100110111011001000010 | e8bfb8efbdb376e8bfb8efbdb37642 |
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)