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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??チ??B | 00111111001111111000001101100000001111110011111101000010 | 3f3f83603f3f42 |
EUC-JP | ??チ??B | 00111111001111111010010111000001001111110011111101000010 | 3f3fa5c13f3f42 |
UTF-8 | 룶퓦チ룫홪B | 11101011101000111011011011101101100100111010011011100011100000111000000111101011101000111010101111101101100110011010101001000010 | eba3b6ed93a6e38381eba3abed99aa42 |
UHC | 룶퓦チ룫홪B | 1000111110101011101111111000111110101011110000011000111110100010110000110110011101000010 | 8fabbf8fabc18fa2c36742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)