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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 輿??h輿?? | 100101110110000000111111001111110110100010010111011000000011111100111111 | 97603f3f6897603f3f |
EUC-JP | 輿??h輿?? | 110011011100000100111111001111110110100011001101110000010011111100111111 | cdc13f3f68cdc13f3f |
UTF-8 | 輿쏅젧h輿쏅젧 | 11101000101111001011111111101100100011111000010111101100101000001010011101101000111010001011110010111111111011001000111110000101111011001010000010100111 | e8bcbfec8f85eca0a768e8bcbfec8f85eca0a7 |
UHC | 輿쏅젧h輿쏅젧 | 11100110101010111001101111101011101000001001111101101000111001101010101110011011111010111010000010011111 | e6ab9beba09f68e6ab9beba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)