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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ヨョ楨^ | 1101011010101110111110101110100101011110 | d6aefae95e |
EUC-JP | ヨョ楨^ | 1000111011010110100011101010111010001111110001001100110001011110 | 8ed68eae8fc4cc5e |
UTF-8 | ヨョ楨^ | 11101111101111101001011011101111101111011010111011100110101001011010100001011110 | efbe96efbdaee6a5a85e |
UHC | ??楨^ | 0011111100111111111011111101111101011110 | 3f3fefdf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)