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 | 秧②?午?? | 111000100101111010000111010000010011111110001100110111110011111100111111 | e25e87413f8cdf3f3f |
EUC-JP | 秧??午?? | 1110001110111111001111110011111110111000111000010011111100111111 | e3bf3f3fb8e13f3f |
UTF-8 | 秧②뤍午썹솈 | 111001111010011110100111111000101001000110100001111010111010010010001101111001011000110110001000111011001000110110111001111011001000011010001000 | e7a7a7e291a1eba48de58d88ec8db9ec8688 |
UHC | 秧②뤍午썹솈 | 111001001110101110101000111010001000111110111101111001111110110110111101111001111001100110001100 | e4eba8e88fbde7edbde7998c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)