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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 竪奪袖U | 10010010010001111001001001000100100100011011001101010101 | 9247924491b355 |
EUC-JP | 竪奪袖U | 11000011101010001100001110100101110000101011010101010101 | c3a8c3a5c2b555 |
UTF-8 | 竪奪袖U | 11100111101010111010101011100101101001011010101011101000101000101001011001010101 | e7abaae5a5aae8a29655 |
UHC | 竪奪袖U | 11100010101101011111011110101100111000101100000001010101 | e2b5f7ace2c055 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)