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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??劾 | 00111111001111111000101001001110 | 3f3f8a4e |
EUC-JP | 瀣?劾 | 100011111100100110110001001111111011001110101111 | 8fc9b13fb3af |
UTF-8 | 瀣렧劾 | 111001111000000010100011111010111010000010100111111001011000101010111110 | e780a3eba0a7e58abe |
UHC | 瀣렧劾 | 111110101010111010001110101101101111101010110110 | faae8eb6fab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)