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 | 萓瀧ゥア蓙 | 1110010010111110100100011110101110101001101100011110010011100110 | e4be91eba9b1e4e6 |
EUC-JP | 萓瀧ゥア蓙 | 11101000110000001100001011101101100011101010100110001110101100011110100011101000 | e8c0c2ed8ea98eb1e8e8 |
UTF-8 | 萓瀧ゥア蓙 | 111010001001000010010011111001111000000010100111111011111011110110101001111011111011110110110001111010001001001110011001 | e89093e780a7efbda9efbdb1e89399 |
UHC | ?瀧??? | 001111111101011011101001001111110011111100111111 | 3fd6e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)