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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 二??二??^ | 100100111111000100111111001111111001001111110001001111110011111101011110 | 93f13f3f93f13f3f5e |
EUC-JP | 二??二??^ | 110001101111001100111111001111111100011011110011001111110011111101011110 | c6f33f3fc6f33f3f5e |
UTF-8 | 二쇽쩝二쇘밴^ | 11100100101110101000110011101100100001111011110111101100101010011001110111100100101110101000110011101100100001111001100011101011101100001011010001011110 | e4ba8cec87bdeca99de4ba8cec8798ebb0b45e |
UHC | 二쇽쩝二쇘밴^ | 11101100101000111011110011101111110000101100000111101100101000111011110011100111101110011110101001011110 | eca3bcefc2c1eca3bce7b9ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)