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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驪暦セ樣恆 | 111010011000101110010111111011111011111010011110111010011001110010010001 | e98b97efbe9ee99c91 |
EUC-JP | 驪暦セ樣恆 | 11110001111010111100111011110001100011101011111011011100111010111101011111110001 | f1ebcef18ebedcebd7f1 |
UTF-8 | 驪暦セ樣恆 | 111010011010100110101010111001101001101010100110111011111011110110111110111001101010100010100011111001101000000110000110 | e9a9aae69aa6efbdbee6a8a3e68186 |
UHC | 驪??樣? | 11010101111100010011111100111111111001011100011000111111 | d5f13f3fe5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)