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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???梧B | 001111110011111100111111100011001110011001000010 | 3f3f3f8ce642 |
EUC-JP | ???梧B | 001111110011111100111111101110001110100001000010 | 3f3f3fb8e842 |
UTF-8 | 뤂멛뤂梧B | 11101011101001001000001011101011101010011001101111101011101001001000001011100110101000101010011101000010 | eba482eba99beba482e6a2a742 |
UHC | 뤂멛뤂梧B | 100011111011001110010001010011001000111110110011111001111111110001000010 | 8fb3914c8fb3e7fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)