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 | ???dB | 0011111100111111001111110110010001000010 | 3f3f3f6442 |
SJIS-WIN | 治爨捨dB | 1000111010100001111000001010010010001110110011000110010001000010 | 8ea1e0a48ecc6442 |
EUC-JP | 治爨捨dB | 1011110010100011111000001010011010111100110011100110010001000010 | bca3e0a6bcce6442 |
UTF-8 | 治爨捨dB | 1110011010110010101110111110011110001000101010001110011010001101101010000110010001000010 | e6b2bbe788a8e68da86442 |
UHC | 治?捨dB | 11110110101111010011111111011110110101110110010001000010 | f6bd3fded76442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)