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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痂槎湎 | 111000010110111110011110110010101001111111011100 | e16f9eca9fdc |
EUC-JP | 痂槎湎 | 111000011101000011011100110011001101111011011110 | e1d0dcccdede |
UTF-8 | 痂槎湎 | 111001111001011110000010111001101010011110001110111001101011100110001110 | e79782e6a78ee6b98e |
UHC | 痂?? | 11001010101100100011111100111111 | cab23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)