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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 鸙リ邁ケh | 11111100010010101101100011100111101100001011100101101000 | fc4ad8e7b0b968 |
EUC-JP | 鸙リ邁ケh | 10001111111011001101011010001110110110001110111010110010100011101011100101101000 | 8fecd68ed8eeb28eb968 |
UTF-8 | 鸙リ邁ケh | 11101001101110001001100111101111101111101001100011101001100000101000000111101111101111011011100101101000 | e9b899efbe98e98281efbdb968 |
UHC | ??邁?h | 001111110011111111011000111001000011111101101000 | 3f3fd8e43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)