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??V^ | 00111111001111110101011000111111001111110101011001011110 | 3f3f563f3f565e |
SJIS-WIN | ?ィV?ィV^ | 00111111101010000101011000111111101010000101011001011110 | 3fa8563fa8565e |
EUC-JP | ?ィV?ィV^ | 001111111000111010101000010101100011111110001110101010000101011001011110 | 3f8ea8563f8ea8565e |
UTF-8 | 䵸ィV䵸ィV^ | 111001001011010110111000111011111011110110101000010101101110010010110101101110001110111110111101101010000101011001011110 | e4b5b8efbda856e4b5b8efbda8565e |
UHC | ??V??V^ | 00111111001111110101011000111111001111110101011001011110 | 3f3f563f3f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)