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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 語?匙 | 1000110011101010001111111000110111111010 | 8cea3f8dfa |
EUC-JP | 語?匙 | 1011100011101100001111111011101011111100 | b8ec3fbafc |
UTF-8 | 語遼匙 | 111010001010101010011110111011111010011110000011111001011000110010011001 | e8aa9eefa783e58c99 |
UHC | 語遼匙 | 111001011101111011101001101011001110001110110101 | e5dee9ace3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)