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 | ?{?ro | 0011111101111011001111110111001001101111 | 3f7b3f726f |
SJIS-WIN | ?{?ro | 0011111101111011001111110111001001101111 | 3f7b3f726f |
EUC-JP | ?{?ro | 0011111101111011001111110111001001101111 | 3f7b3f726f |
UTF-8 | 혺{창ro | 111011011001100010111010011110111110110010110000101111010111001001101111 | ed98ba7becb0bd726f |
UHC | 혺{창ro | 11000010100111110111101111000011101000100111001001101111 | c29f7bc3a2726f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)