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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 域??曜?B | 1000100011100110001111110011111110010111011010100011111101000010 | 88e63f3f976a3f42 |
EUC-JP | 域??曜?B | 1011000011101000001111110011111111001101110010110011111101000010 | b0e83f3fcdcb3f42 |
UTF-8 | 域⑶뒔曜딟B | 11100101100111111001111111100010100100011011011011101011100100101001010011100110100110111001110011101011100101001001111101000010 | e59f9fe291b6eb9294e69b9ceb949f42 |
UHC | 域⑶뒔曜딟B | 1110011010110100101010011110100110001010100100011110100011111000100010110100001001000010 | e6b4a9e98a91e8f88b4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)