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 | 霈タ邇ア識 | 1110100010111100110000001110011110001110101100011000111010101111 | e8bcc0e78eb18eaf |
EUC-JP | 霈タ邇ア識 | 11110000101111101000111011000000111011011110111010001110101100011011110010110001 | f0be8ec0edee8eb1bcb1 |
UTF-8 | 霈タ邇ア識 | 111010011001110010001000111011111011111010000000111010011000001010000111111011111011110110110001111010001010110110011000 | e99c88efbe80e98287efbdb1e8ad98 |
UHC | ??邇?識 | 00111111001111111110110011000100001111111110001111011011 | 3f3fecc43fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)