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 | 讐邪摯爾 | 1000111101010001100011101101011110011101100101011000111010100010 | 8f518ed79d958ea2 |
EUC-JP | 讐邪摯爾 | 1011110110110010101111001101100111011001111101011011110010100100 | bdb2bcd9d9f5bca4 |
UTF-8 | 讐邪摯爾 | 111010001010111010010000111010011000001010101010111001101001000110101111111001111000100010111110 | e8ae90e982aae691afe788be |
UHC | 讐邪摯爾 | 1110001011000010110111101111011111110010101001111110110010110011 | e2c2def7f2a7ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)