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 | 遑晟雀浯包 | 11100111101000011001110111101110100100001001110111111010111111001001010111101111 | e7a19dee909dfafc95ef |
EUC-JP | 遑晟雀浯包 | 1110111010100011110110101111000010111111111111011000111111000111110000111100101011110001 | eea3daf0bffd8fc7c3caf1 |
UTF-8 | 遑晟雀浯包 | 111010011000000110010001111001101001100110011111111010011001101110000000111001101011010110101111111001011000110010000101 | e98191e6999fe99b80e6b5afe58c85 |
UHC | 遑晟雀?包 | 111111001101101011100000111110011110110111001101001111111111100011010000 | fcdae0f9edcd3ff8d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)