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 | ¶ÜÌé | 1011011011011100110011001110100110001111 | b6dccce98f |
SJIS-WIN | ¶???? | 100000011111011100111111001111110011111100111111 | 81f73f3f3f3f |
EUC-JP | ¶ÜÌé? | 101000101111100110001111101010101110010010001111101010101100000010001111101010111011000100111111 | a2f98faae48faac08fabb13f |
UTF-8 | ¶ÜÌé | 11000010101101101100001110011100110000111000110011000011101010011100001010001111 | c2b6c39cc38cc3a9c28f |
UHC | ¶???? | 101000101101001000111111001111110011111100111111 | a2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)