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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 萓晨走^ | 11100100101111101001110111101101100100011001011001011110 | e4be9ded91965e |
EUC-JP | 萓晨走^ | 11101000110000001101101011101111110000011111011001011110 | e8c0daefc1f65e |
UTF-8 | 萓晨走^ | 11101000100100001001001111100110100110011010100011101000101101011011000001011110 | e89093e699a8e8b5b05e |
UHC | ?晨走^ | 001111111110001111100111111100011100101101011110 | 3fe3e7f1cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)