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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 。ュ将羚 | 101000011010110110001111101010111110001110110111 | a1ad8fabe3b7 |
EUC-JP | 。ュ将羚 | 1000111010100001100011101010110110111110101011011110011010111001 | 8ea18eadbeade6b9 |
UTF-8 | 。ュ将羚 | 111011111011110110100001111011111011110110101101111001011011000010000110111001111011111010011010 | efbda1efbdade5b086e7be9a |
UHC | ???羚 | 0011111100111111001111111101011010111110 | 3f3f3fd6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)