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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕣区梵蕣 | 1110010011111010100010111110011010011110100100001110010011111010 | e4fa8be69e90e4fa |
EUC-JP | 蕣区梵蕣 | 1110100011111100101101101110100011011011111100001110100011111100 | e8fcb6e8dbf0e8fc |
UTF-8 | 蕣区梵蕣 | 111010001001010110100011111001011000110010111010111001101010001010110101111010001001010110100011 | e895a3e58cbae6a2b5e895a3 |
UHC | 蕣?梵蕣 | 11100010111100100011111111011011111011111110001011110010 | e2f23fdbefe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)