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 | 姚??潁 | 100110110100110000111111001111111001111111110001 | 9b4c3f3f9ff1 |
EUC-JP | 姚??潁 | 110101011010110100111111001111111101111011110011 | d5ad3f3fdef3 |
UTF-8 | 姚김썔潁 | 111001011010011110011010111010101011100110000000111011001000110110010100111001101011110110000001 | e5a79aeab980ec8d94e6bd81 |
UHC | 姚김썔潁 | 1110100011101110101100011110100010011011100001111110011110111000 | e8eeb1e89b87e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)