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 | ¹¯¼°\ | 100011111011100110101111101111001011000001011100 | 8fb9afbcb05c |
SJIS-WIN | ????°\ | 00111111001111110011111100111111100000011000101101011100 | 3f3f3f3f818b5c |
EUC-JP | ??¯?°\ | 001111110011111110001111101000101011010000111111101000011110101101011100 | 3f3f8fa2b43fa1eb5c |
UTF-8 | ¹¯¼°\ | 1100001010001111110000101011100111000010101011111100001010111100110000101011000001011100 | c28fc2b9c2afc2bcc2b05c |
UHC | ?¹?¼°\ | 001111111010100111110110001111111010100011111001101000011100011001011100 | 3fa9f63fa8f9a1c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)