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 | ¹¯¼°G | 100011111011100110101111101111001011000001000111 | 8fb9afbcb047 |
SJIS-WIN | ????°G | 00111111001111110011111100111111100000011000101101000111 | 3f3f3f3f818b47 |
EUC-JP | ??¯?°G | 001111110011111110001111101000101011010000111111101000011110101101000111 | 3f3f8fa2b43fa1eb47 |
UTF-8 | ¹¯¼°G | 1100001010001111110000101011100111000010101011111100001010111100110000101011000001000111 | c28fc2b9c2afc2bcc2b047 |
UHC | ?¹?¼°G | 001111111010100111110110001111111010100011111001101000011100011001000111 | 3fa9f63fa8f9a1c647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)