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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?閃較?? | 00111111100100010100110110001010011100100011111100111111 | 3f914d8a723f3f |
EUC-JP | ?閃較?? | 00111111110000011010111010110011110100110011111100111111 | 3fc1aeb3d33f3f |
UTF-8 | 뤊閃較핉빅 | 111010111010010010001010111010011001011010000011111010001011110010000011111011011001010110001001111010111011100110000101 | eba48ae99683e8bc83ed9589ebb985 |
UHC | 뤊閃較핉빅 | 10001111101110101110000011101100110011101111001011000000100011101011101011110010 | 8fbae0eccef2c08ebaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)