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 | çòç³¯èµ | 1110011111110010100111111110011110110011101011111110100010110101 | e7f29fe7b3afe8b5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | çò?ç?¯è? | 100011111010101110101110100011111010101111010010001111111000111110101011101011100011111110001111101000101011010010001111101010111011001000111111 | 8fabae8fabd23f8fabae3f8fa2b48fabb23f |
UTF-8 | çòç³¯èµ | 11000011101001111100001110110010110000101001111111000011101001111100001010110011110000101010111111000011101010001100001010110101 | c3a7c3b2c29fc3a7c2b3c2afc3a8c2b5 |
UHC | ????³??? | 001111110011111100111111001111111010100111111000001111110011111100111111 | 3f3f3f3fa9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)