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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蔓笘蔓笘^ | 100101101010000011100010100110001001011010100000111000101001100001011110 | 96a0e29896a0e2985e |
EUC-JP | 蔓笘蔓笘^ | 110011001010001011100011111110001100110010100010111000111111100001011110 | cca2e3f8cca2e3f85e |
UTF-8 | 蔓笘蔓笘^ | 11101000100101001001001111100111101011001001100011101000100101001001001111100111101011001001100001011110 | e89493e7ac98e89493e7ac985e |
UHC | 蔓?蔓?^ | 11011000110000000011111111011000110000000011111101011110 | d8c03fd8c03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)