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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 午??嵬? | 10001100110111110011111100111111100110111100101000111111 | 8cdf3f3f9bca3f |
EUC-JP | 午??嵬? | 10111000111000010011111100111111110101101100110000111111 | b8e13f3fd6cc3f |
UTF-8 | 午닷댗嵬딣 | 111001011000110110001000111010111000101110110111111010111000110010010111111001011011010110101100111010111001010010100011 | e58d88eb8bb7eb8c97e5b5aceb94a3 |
UHC | 午닷댗嵬딣 | 11100111111011011011010011100101100010001011101111101000111000111000101101000110 | e7edb4e588bbe8e38b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)