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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔我▽癆 | 1110010101001011100010011110010010000001101001001110000110010100 | e54b89e481a4e194 |
EUC-JP | 薔我▽癆 | 1110100110101100101100101110011010100010101001101110000111110100 | e9acb2e6a2a6e1f4 |
UTF-8 | 薔我▽癆 | 111010001001011010010100111001101000100010010001111000101001011010111101111001111001100110000110 | e89694e68891e296bde79986 |
UHC | 薔我▽? | 11101101111110011110010010110010101000011110010000111111 | edf9e4b2a1e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)