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 | 識鱶ホ釋 | 111100001100000110001110101011111110100111100110110011101110011111010111 | f0c18eafe9e6cee7d7 |
EUC-JP | ?識鱶ホ釋 | 001111111011110010110001111100101110100010001110110011101110111011011001 | 3fbcb1f2e88eceeed9 |
UTF-8 | 識鱶ホ釋 | 111011101000001010000000111010001010110110011000111010011011000110110110111011111011111010001110111010011000011110001011 | ee8280e8ad98e9b1b6efbe8ee9878b |
UHC | ?識??釋 | 00111111111000111101101100111111001111111110000010110111 | 3fe3db3f3fe0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)