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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 治譽式@h | 1000111010100001111001101010001110001110101011100100000001101000 | 8ea1e6a38eae4068 |
EUC-JP | 治譽式@h | 1011110010100011111011001010010110111100101100000100000001101000 | bca3eca5bcb04068 |
UTF-8 | 治譽式@h | 1110011010110010101110111110100010101101101111011110010110111100100011110100000001101000 | e6b2bbe8adbde5bc8f4068 |
UHC | 治譽式@h | 1111011010111101111001111110001011100011110100100100000001101000 | f6bde7e2e3d24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)