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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | セュ茱鹿^ | 10111110101011011110010010100011100011101010110101011110 | beade4a38ead5e |
EUC-JP | セュ茱鹿^ | 100011101011111010001110101011011110100010100101101111001010111101011110 | 8ebe8eade8a5bcaf5e |
UTF-8 | セュ茱鹿^ | 11101111101111011011111011101111101111011010110111101000100011001011000111101001101110011011111101011110 | efbdbeefbdade88cb1e9b9bf5e |
UHC | ??茱鹿^ | 00111111001111111110001010111100110101101110001101011110 | 3f3fe2bcd6e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)