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 | ????|\ | 001111110011111100111111001111110111110001011100 | 3f3f3f3f7c5c |
SJIS-WIN | ????|\ | 001111110011111100111111001111110111110001011100 | 3f3f3f3f7c5c |
EUC-JP | ????|\ | 001111110011111100111111001111110111110001011100 | 3f3f3f3f7c5c |
UTF-8 | 챵철쩌쨘|\ | 1110110010110001101101011110110010110010101000001110110010101001100011001110110010101000100110000111110001011100 | ecb1b5ecb2a0eca98ceca8987c5c |
UHC | 챵철쩌쨘|\ | 11000011101100101100001110110110110000101011110011000010101110100111110001011100 | c3b2c3b6c2bcc2ba7c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)