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 | ¿ÙÙ | 100011101011111110001110110110011000111011011001 | 8ebf8ed98ed9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?¿?Ù?Ù | 001111111000111110100010110001000011111110001111101010101110001100111111100011111010101011100011 | 3f8fa2c43f8faae33f8faae3 |
UTF-8 | ¿ÙÙ | 110000101000111011000010101111111100001010001110110000111001100111000010100011101100001110011001 | c28ec2bfc28ec399c28ec399 |
UHC | ?¿???? | 00111111101000101010111100111111001111110011111100111111 | 3fa2af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)