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 | 塢??椰 | 100110101100011100111111001111111001111010111101 | 9ac73f3f9ebd |
EUC-JP | 塢??椰 | 110101001100100100111111001111111101110010111111 | d4c93f3fdcbf |
UTF-8 | 塢숁뮈椰 | 111001011010000110100010111011001000100010000001111010111010111010001000111001101010010010110000 | e5a1a2ec8881ebae88e6a4b0 |
UHC | 塢숁뮈椰 | 1110011111110001100110011110011010111001101111111110010110101011 | e7f199e6b9bfe5ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)