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 | ?矯??? | 001111111000101110111000001111110011111100111111 | 3f8bb83f3f3f |
EUC-JP | ?矯??? | 001111111011011010111010001111110011111100111111 | 3fb6ba3f3f3f |
UTF-8 | 뤗矯생렔섣 | 111010111010010010010111111001111001111110101111111011001000001110011101111010111010000010010100111011001000010010100011 | eba497e79fafec839deba094ec84a3 |
UHC | 뤗矯생렔섣 | 10001111110001111100111011101100101110111111110110001110101010011011110010110010 | 8fc7ceecbbfd8ea9bcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)