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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 伊?c^ | 1000100011001001001111110110001101011110 | 88c93f635e |
EUC-JP | 伊馹c^ | 10110000110010111000111111101001101000010110001101011110 | b0cb8fe9a1635e |
UTF-8 | 伊馹c^ | 1110010010111100100010101110100110100110101110010110001101011110 | e4bc8ae9a6b9635e |
UHC | 伊馹c^ | 111011001010010111101100111100010110001101011110 | eca5ecf1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)