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 | ä¼ë°¥í | 11100100101111001000110111101011101100001010010111101101 | e4bc8debb0a5ed |
SJIS-WIN | ????°¥? | 001111110011111100111111001111111000000110001011100000011000111100111111 | 3f3f3f3f818b818f3f |
EUC-JP | ä??ë°?í | 1000111110101011101000110011111100111111100011111010101110110011101000011110101100111111100011111010101110111111 | 8faba33f3f8fabb3a1eb3f8fabbf |
UTF-8 | ä¼ë°¥í | 1100001110100100110000101011110011000010100011011100001110101011110000101011000011000010101001011100001110101101 | c3a4c2bcc28dc3abc2b0c2a5c3ad |
UHC | ?¼??°?? | 001111111010100011111001001111110011111110100001110001100011111100111111 | 3fa8f93f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)