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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | 潁〓?I^ | 10011111111100011000000110101100001111110100100101011110 | 9ff181ac3f495e |
EUC-JP | 潁〓?I^ | 11011110111100111010001010101110001111110100100101011110 | def3a2ae3f495e |
UTF-8 | 潁〓젦I^ | 1110011010111101100000011110001110000000100100111110110010100000101001100100100101011110 | e6bd81e38093eca0a6495e |
UHC | 潁〓젦I^ | 1110011110111000101000011110101110100000100111100100100101011110 | e7b8a1eba09e495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)