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 | âÇâÇ^ | 10001111111000101100011110001111111000101100011101011110 | 8fe2c78fe2c75e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?âÇ?âÇ^ | 001111111000111110101011101001001000111110101010101011100011111110001111101010111010010010001111101010101010111001011110 | 3f8faba48faaae3f8faba48faaae5e |
UTF-8 | âÇâÇ^ | 11000010100011111100001110100010110000111000011111000010100011111100001110100010110000111000011101011110 | c28fc3a2c387c28fc3a2c3875e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)