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 | ð©¸ûP | 111100001010100110001110101110001111101101010000 | f0a98eb8fb50 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | ð©?¸ûP | 1000111110101001110000111000111110100010111011010011111110001111101000101011000110001111101010111110010101010000 | 8fa9c38fa2ed3f8fa2b18fabe550 |
UTF-8 | ð©¸ûP | 1100001110110000110000101010100111000010100011101100001010111000110000111011101101010000 | c3b0c2a9c28ec2b8c3bb50 |
UHC | ð??¸?P | 1010100110100011001111110011111110100010101011000011111101010000 | a9a33f3fa2ac3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)