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 | ¢î~ | 10001111101000101110111001111110 | 8fa2ee7e |
SJIS-WIN | ?¢?~ | 0011111110000001100100010011111101111110 | 3f81913f7e |
EUC-JP | ?¢î~ | 00111111101000011111000110001111101010111100001001111110 | 3fa1f18fabc27e |
UTF-8 | ¢î~ | 11000010100011111100001010100010110000111010111001111110 | c28fc2a2c3ae7e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)