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 | 諷ォ竇オ | 111001101000010110101011111000101000010110110101 | e685abe285b5 |
EUC-JP | 諷ォ竇オ | 1110101111100101100011101010101111100011111001011000111010110101 | ebe58eabe3e58eb5 |
UTF-8 | 諷ォ竇オ | 111010001010101110110111111011111011110110101011111001111010101110000111111011111011110110110101 | e8abb7efbdabe7ab87efbdb5 |
UHC | 諷?竇? | 111110011010010000111111110101001110010000111111 | f9a43fd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)