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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??寡爭 | 001111110011111110001001110001111110000010100101 | 3f3f89c7e0a5 |
EUC-JP | ?倜寡爭 | 0011111110001111101100011101010110110010110010011110000010100111 | 3f8fb1d5b2c9e0a7 |
UTF-8 | 뤑倜寡爭 | 111010111010010010010001111001011000000010011100111001011010111110100001111001111000100010101101 | eba491e5809ce5afa1e788ad |
UHC | 뤑倜寡爭 | 1000111111000001111101001010011011001101111110111110111010110011 | 8fc1f4a6cdfbeeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)