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 | �? | 11101011101011000011111100111111 | ebac3f3f |
SJIS-WIN | ?¬@蹕 | 00111111100000011100101010000001100101111110011101001010 | 3f81ca8197e74a |
EUC-JP | ë¬@蹕 | 100011111010101110110011101000101100110010100001111101111110110110101011 | 8fabb3a2cca1f7edab |
UTF-8 | ë¬@蹕 | 11000011101010111100001010101100111011111011110010100000111010001011100110010101 | c3abc2acefbca0e8b995 |
UHC | ??@? | 0011111100111111101000111100000000111111 | 3f3fa3c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)