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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???溢?^ | 00111111001111110011111110001000111011000011111101011110 | 3f3f3f88ec3f5e |
EUC-JP | ???溢?^ | 00111111001111110011111110110000111011100011111101011110 | 3f3f3fb0ee3f5e |
UTF-8 | 롋렶롕溢렢^ | 11101011101000011000101111101011101000001011011011101011101000011001010111100110101110101010001011101011101000001010001001011110 | eba18beba0b6eba195e6baa2eba0a25e |
UHC | 롋렶롕溢렢^ | 1000111011010001100011101100000110001110110110011110110011101110100011101011001101011110 | 8ed18ec18ed9ecee8eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)