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 | 識識 | 1111001010101110100011101010111111110000101010001000111010101111 | f2ae8eaff0a88eaf |
EUC-JP | ?識?識 | 001111111011110010110001001111111011110010110001 | 3fbcb13fbcb1 |
UTF-8 | 識識 | 111011101000011110100101111010001010110110011000111011101000000110100111111010001010110110011000 | ee87a5e8ad98ee81a7e8ad98 |
UHC | ?識?識 | 001111111110001111011011001111111110001111011011 | 3fe3db3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)