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 | ??寡舊 | 001111110011111110001001110001111110010001110000 | 3f3f89c7e470 |
EUC-JP | ?倜寡舊 | 0011111110001111101100011101010110110010110010011110011111010001 | 3f8fb1d5b2c9e7d1 |
UTF-8 | 뤑倜寡舊 | 111010111010010010010001111001011000000010011100111001011010111110100001111010001000100010001010 | eba491e5809ce5afa1e8888a |
UHC | 뤑倜寡舊 | 1000111111000001111101001010011011001101111110111100111111000001 | 8fc1f4a6cdfbcfc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)