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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韭晏ョ耕 | 11101000111010101001110111100101101011101000110101101011 | e8ea9de5ae8d6b |
EUC-JP | 韭晏ョ耕 | 1111000011101100110110101110011110001110101011101011100111001100 | f0ecdae78eaeb9cc |
UTF-8 | 韭晏ョ耕 | 111010011001111110101101111001101001100110001111111011111011110110101110111010001000000010010101 | e99fade6998fefbdaee88095 |
UHC | ?晏?耕 | 001111111110010011001111001111111100110011101001 | 3fe4cf3fcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)