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 | üÃâ | 11000011101111001100001110010111111000101001100110000000 | c3bcc397e29980 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | Ã?Ã?â?? | 10001111101010101010101000111111100011111010101010101010001111111000111110101011101001000011111100111111 | 8faaaa3f8faaaa3f8faba43f3f |
UTF-8 | üÃâ | 1100001110000011110000101011110011000011100000111100001010010111110000111010001011000010100110011100001010000000 | c383c2bcc383c297c3a2c299c280 |
UHC | ?¼????? | 0011111110101000111110010011111100111111001111110011111100111111 | 3fa8f93f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)