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 | ?挑辜 | 0011111110010010101001111110011110000011 | 3f92a7e783 |
EUC-JP | ?挑辜 | 0011111111000100101010011110110111100011 | 3fc4a9ede3 |
UTF-8 | 뤵挑辜 | 111010111010010010110101111001101000110010010001111010001011111010011100 | eba4b5e68c91e8be9c |
UHC | 뤵挑辜 | 100011111110001111010011111110111100110111010000 | 8fe3d3fbcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)