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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄒檎ソォ菫ョ | 111001111011111010001100111001111011111110101011111001001011111110101110 | e7be8ce7bfabe4bfae |
EUC-JP | 鄒檎ソォ菫ョ | 111011101100000010111000111010011000111010111111100011101010101111101000110000011000111010101110 | eec0b8e98ebf8eabe8c18eae |
UTF-8 | 鄒檎ソォ菫ョ | 111010011000010010010010111001101010101010001110111011111011110110111111111011111011110110101011111010001000111110101011111011111011110110101110 | e98492e6aa8eefbdbfefbdabe88fabefbdae |
UHC | 鄒檎??菫? | 111101011101101111010000110101010011111100111111110100001100101100111111 | f5dbd0d53f3fd0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)