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 | ò¢ÀíÚ» | 111100101010001011000000111011011101101010111011 | f2a2c0eddabb |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | ò¢ÀíÚ? | 100011111010101111010010101000011111000110001111101010101010001010001111101010111011111110001111101010101110001000111111 | 8fabd2a1f18faaa28fabbf8faae23f |
UTF-8 | ò¢ÀíÚ» | 110000111011001011000010101000101100001110000000110000111010110111000011100110101100001010111011 | c3b2c2a2c380c3adc39ac2bb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)