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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 豢ゥY豢ゥbE | 111001101011010010101001010110011110011010110100101010010110001001000101 | e6b4a959e6b4a96245 |
EUC-JP | 豢ゥY豢ゥbE | 1110110010110110100011101010100101011001111011001011011010001110101010010110001001000101 | ecb68ea959ecb68ea96245 |
UTF-8 | 豢ゥY豢ゥbE | 111010001011000110100010111011111011110110101001010110011110100010110001101000101110111110111101101010010110001001000101 | e8b1a2efbda959e8b1a2efbda96245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)