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 | ã¿×í | 100011111110001110111111100011101101011111101101 | 8fe3bf8ed7ed |
SJIS-WIN | ????×? | 00111111001111110011111100111111100000010111111000111111 | 3f3f3f3f817e3f |
EUC-JP | ?ã¿?×í | 00111111100011111010101110101010100011111010001011000100001111111010000111011111100011111010101110111111 | 3f8fabaa8fa2c43fa1df8fabbf |
UTF-8 | ã¿×í | 110000101000111111000011101000111100001010111111110000101000111011000011100101111100001110101101 | c28fc3a3c2bfc28ec397c3ad |
UHC | ??¿?×? | 0011111100111111101000101010111100111111101000011011111100111111 | 3f3fa2af3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)