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 | èߨゥ | 111010001101111110101000111011111011110110101001 | e8dfa8efbda9 |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | èߨï?© | 100011111010101110110010100011111010100111001110101000011010111110001111101010111100000100111111100011111010001011101101 | 8fabb28fa9cea1af8fabc13f8fa2ed |
UTF-8 | èߨゥ | 110000111010100011000011100111111100001010101000110000111010111111000010101111011100001010101001 | c3a8c39fc2a8c3afc2bdc2a9 |
UHC | ?ߨ?½? | 001111111010100110101100101000011010011100111111101010001111011000111111 | 3fa9aca1a73fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)