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 | 汐識 | 1111000111111001100011101010110011110010101001011000111010101111 | f1f98eacf2a58eaf |
EUC-JP | ?汐?識 | 001111111011110010101110001111111011110010110001 | 3fbcae3fbcb1 |
UTF-8 | 汐識 | 111011101000010110110100111001101011000110010000111011101000011110011100111010001010110110011000 | ee85b4e6b190ee879ce8ad98 |
UHC | ?汐?識 | 001111111110000010110001001111111110001111011011 | 3fe0b13fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)