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 | 支狡鵑憶 | 1000111001111000111000001100001011101010010000111000100110101111 | 8e78e0c2ea4389af |
EUC-JP | 支狡鵑憶 | 1011101111011001111000001100010011110011101001001011001010110001 | bbd9e0c4f3a4b2b1 |
UTF-8 | 支狡鵑憶 | 111001101001010010101111111001111000101110100001111010011011010110010001111001101000011010110110 | e694afe78ba1e9b591e686b6 |
UHC | 支狡鵑憶 | 1111001010101000110011101110101011001100101110111110010111100011 | f2a8ceeaccbbe5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)