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 | 샡旬샡夙^ | 11101100100000111010000111100110100101111010110011101100100000111010000111100101101001001001100101011110 | ec83a1e697acec83a1e5a4995e |
UHC | 샡旬샡夙^ | 100110001100100111100010111000101001100011001001111000101101010001011110 | 98c9e2e298c9e2d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)