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 | 偲式篠識 | 1000111011000011100011101010111010001110110000101000111010101111 | 8ec38eae8ec28eaf |
EUC-JP | 偲式篠識 | 1011110011000101101111001011000010111100110001001011110010110001 | bcc5bcb0bcc4bcb1 |
UTF-8 | 偲式篠識 | 111001011000000110110010111001011011110010001111111001111010111110100000111010001010110110011000 | e581b2e5bc8fe7afa0e8ad98 |
UHC | ?式篠識 | 00111111111000111101001011100001110001101110001111011011 | 3fe3d2e1c6e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)