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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 嶪뤹셽罹죏 | 111001011011011010101010111010111010010010111001111011001000010110111101111011111010011110100110111011001010001110001111 | e5b6aaeba4b9ec85bdefa7a6eca38f |
UHC | 嶪뤹셽罹죏 | 11100101111101011000111111100111100110011000001011101100101110101010000101101011 | e5f58fe79982ecbaa16b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)