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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 淫ο┘^ | 10001000111110101000001111001101100001001010001101011110 | 88fa83cd84a35e |
EUC-JP | 淫ο┘^ | 10110000111111001010011011001111101010001010010101011110 | b0fca6cfa8a55e |
UTF-8 | 淫ο┘^ | 111001101011011110101011110011101011111111100010100101001001100001011110 | e6b7abcebfe294985e |
UHC | 淫ο┘^ | 11101011111000101010010111101111101001101010010101011110 | ebe2a5efa6a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)