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 | 痺刻輯罅 | 1110000110000011100011011000111110001111010100111110001110011111 | e1838d8f8f53e39f |
EUC-JP | 痺刻輯罅 | 1110000111100011101110011110111110111101101101001110011010100001 | e1e3b9efbdb4e6a1 |
UTF-8 | 痺刻輯罅 | 111001111001011110111010111001011000100010111011111010001011110010101111111001111011110110000101 | e797bae588bbe8bcafe7bd85 |
UHC | 痺刻輯? | 11011101111101101100101010111110111100101111111000111111 | ddf6cabef2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)