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 | è¢û¯§N | 11101000100111101010001011111011101011111010011101001110 | e89ea2fbafa74e |
SJIS-WIN | ??¢??§N | 001111110011111110000001100100010011111100111111100000011001100001001110 | 3f3f81913f3f81984e |
EUC-JP | è?¢û¯§N | 100011111010101110110010001111111010000111110001100011111010101111100101100011111010001010110100101000011111100001001110 | 8fabb23fa1f18fabe58fa2b4a1f84e |
UTF-8 | è¢û¯§N | 11000011101010001100001010011110110000101010001011000011101110111100001010101111110000101010011101001110 | c3a8c29ec2a2c3bbc2afc2a74e |
UHC | ?????§N | 0011111100111111001111110011111100111111101000011101011101001110 | 3f3f3f3f3fa1d74e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)