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 | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
SJIS-WIN | 偲爾_篠悉 | 100011101100001110001110101000100101111110001110110000101000111010111011 | 8ec38ea25f8ec28ebb |
EUC-JP | 偲爾_篠悉 | 101111001100010110111100101001000101111110111100110001001011110010111101 | bcc5bca45fbcc4bcbd |
UTF-8 | 偲爾_篠悉 | 11100101100000011011001011100111100010001011111001011111111001111010111110100000111001101000001010001001 | e581b2e788be5fe7afa0e68289 |
UHC | ?爾_篠悉 | 0011111111101100101100110101111111100001110001101110001111111010 | 3fecb35fe1c6e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)