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 | 蛟情け | 111001011000000010001111111011101000001010101111 | e5808fee82af |
EUC-JP | 蛟情け | 111010011110000010111110111100001010010010110001 | e9e0bef0a4b1 |
UTF-8 | 蛟情け | 111010001001101110011111111001101000001110000101111000111000000110010001 | e89b9fe68385e38191 |
UHC | 蛟情け | 110011101111000111101111110101111010101010110001 | cef1efd7aab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)