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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞣呈ィ」蠏 | 1110100011100010100100101110011010101000101000111110010110110101 | e8e292e6a8a3e5b5 |
EUC-JP | 鞣呈ィ」蠏 | 11110000111001001100010011101000100011101010100010001110101000111110101010110111 | f0e4c4e88ea88ea3eab7 |
UTF-8 | 鞣呈ィ」蠏 | 111010011001111010100011111001011001000110001000111011111011110110101000111011111011110110100011111010001010000010001111 | e99ea3e59188efbda8efbda3e8a08f |
UHC | ?呈??? | 001111111110111111010000001111110011111100111111 | 3fefd03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)