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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 僥??昻?? | 1001100101000110001111110011111111111010110100000011111100111111 | 99463f3ffad03f3f |
EUC-JP | 僥????? | 11010001101001110011111100111111001111110011111100111111 | d1a73f3f3f3f3f |
UTF-8 | 僥븃궡昻곮뮓 | 111001011000001110100101111010111011100010000011111010101011011010100001111001101001100010111011111010101011001110101110111010111010111010010011 | e583a5ebb883eab6a1e698bbeab3aeebae93 |
UHC | 僥븃궡昻곮뮓 | 111010001110100110111010111010001000001010110100111001001110100110000001111010001001001010011111 | e8e9bae882b4e4e981e8929f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)