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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?旬?夙^ | 00111111100011110111101100111111100011110110011101011110 | 3f8f7b3f8f675e |
EUC-JP | ?旬?夙^ | 00111111101111011101110000111111101111011100100001011110 | 3fbddc3fbdc85e |
UTF-8 | 썞旬썞夙^ | 11101100100011011001111011100110100101111010110011101100100011011001111011100101101001001001100101011110 | ec8d9ee697acec8d9ee5a4995e |
UHC | 썞旬썞夙^ | 100110111001000111100010111000101001101110010001111000101101010001011110 | 9b91e2e29b91e2d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)