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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跂ァ逵杰 | 11100110111000111010011111100111100111001001111001011110 | e6e3a7e79c9e5e |
EUC-JP | 跂ァ逵杰 | 1110110011100101100011101010011111101101111111001101101110111111 | ece58ea7edfcdbbf |
UTF-8 | 跂ァ逵杰 | 111010001011011110000010111011111011110110100111111010011000000010110101111001101001110110110000 | e8b782efbda7e980b5e69db0 |
UHC | ??逵杰 | 001111110011111111010000101100001100101111111001 | 3f3fd0b0cbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)