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 | ~bE | 10001110011111101001100101100010100111101001000001000101 | 8e7e99629e9045 |
SJIS-WIN | ?~?b??E | 00111111011111100011111101100010001111110011111101000101 | 3f7e3f623f3f45 |
EUC-JP | ?~?b??E | 00111111011111100011111101100010001111110011111101000101 | 3f7e3f623f3f45 |
UTF-8 | ~bE | 1100001010001110011111101100001010011001011000101100001010011110110000101001000001000101 | c28e7ec29962c29ec29045 |
UHC | ?~?b??E | 00111111011111100011111101100010001111110011111101000101 | 3f7e3f623f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)