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 | Ac}vAc}vB | 1001001001000001011000110111110101110110100100100100000101100011011111010111011001000010 | 9241637d769241637d7642 |
SJIS-WIN | ?Ac}v?Ac}vB | 0011111101000001011000110111110101110110001111110100000101100011011111010111011001000010 | 3f41637d763f41637d7642 |
EUC-JP | ?Ac}v?Ac}vB | 0011111101000001011000110111110101110110001111110100000101100011011111010111011001000010 | 3f41637d763f41637d7642 |
UTF-8 | Ac}vAc}vB | 11000010100100100100000101100011011111010111011011000010100100100100000101100011011111010111011001000010 | c29241637d76c29241637d7642 |
UHC | ?Ac}v?Ac}vB | 0011111101000001011000110111110101110110001111110100000101100011011111010111011001000010 | 3f41637d763f41637d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)