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 | æó¢äº | 1110011011110011101000101110010010111010 | e6f3a2e4ba |
SJIS-WIN | ??¢?? | 001111110011111110000001100100010011111100111111 | 3f3f81913f3f |
EUC-JP | æó¢äº | 1000111110101001110000011000111110101011110100011010000111110001100011111010101110100011100011111010001011101011 | 8fa9c18fabd1a1f18faba38fa2eb |
UTF-8 | æó¢äº | 11000011101001101100001110110011110000101010001011000011101001001100001010111010 | c3a6c3b3c2a2c3a4c2ba |
UHC | æ???º | 10101001101000010011111100111111001111111010100010101100 | a9a13f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)