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 | Í߸¨ | 1100110111011111100011111011100010101000 | cddf8fb8a8 |
SJIS-WIN | ????¨ | 001111110011111100111111001111111000000101001110 | 3f3f3f3f814e |
EUC-JP | Íß?¸¨ | 100011111010101010111111100011111010100111001110001111111000111110100010101100011010000110101111 | 8faabf8fa9ce3f8fa2b1a1af |
UTF-8 | Í߸¨ | 11000011100011011100001110011111110000101000111111000010101110001100001010101000 | c38dc39fc28fc2b8c2a8 |
UHC | ?ß?¸¨ | 0011111110101001101011000011111110100010101011001010000110100111 | 3fa9ac3fa2aca1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)