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 | ²à¯ | 100100101011001010001010100011001110000010101111 | 92b28a8ce0af |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????௠| 00111111001111110011111100111111100011111010101110100010100011111010001010110100 | 3f3f3f3f8faba28fa2b4 |
UTF-8 | ²à¯ | 110000101001001011000010101100101100001010001010110000101000110011000011101000001100001010101111 | c292c2b2c28ac28cc3a0c2af |
UHC | ?²???? | 00111111101010011111011100111111001111110011111100111111 | 3fa9f73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)