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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 琥?肛?B | 11100000111001100011111111100011111010000011111101000010 | e0e63fe3e83f42 |
EUC-JP | 琥?肛?B | 11100000111010000011111111100110111010100011111101000010 | e0e83fe6ea3f42 |
UTF-8 | 琥렰肛렢B | 11100111100100001010010111101011101000001011000011101000100000101001101111101011101000001010001001000010 | e790a5eba0b0e8829beba0a242 |
UHC | 琥렰肛렢B | 111110111101000010001110101111011111100111111101100011101011001101000010 | fbd08ebdf9fd8eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)