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 | 湿竺^ | 11100110101110011011111111100111101010111011101001011110 | e6b9bfe7abba5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | æ?¿ç?º^ | 100011111010100111000001001111111000111110100010110001001000111110101011101011100011111110001111101000101110101101011110 | 8fa9c13f8fa2c48fabae3f8fa2eb5e |
UTF-8 | 湿竺^ | 11000011101001101100001010111001110000101011111111000011101001111100001010101011110000101011101001011110 | c3a6c2b9c2bfc3a7c2abc2ba5e |
UHC | 湿??º^ | 1010100110100001101010011111011010100010101011110011111100111111101010001010110001011110 | a9a1a9f6a2af3f3fa8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)