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 | 謗護ァ欟 | 11100110100011101000110011101100101001111001111101010101 | e68e8ceca79f55 |
EUC-JP | 謗護ァ欟 | 1110101111101110101110001110111010001110101001111101110110110110 | ebeeb8ee8ea7ddb6 |
UTF-8 | 謗護ァ欟 | 111010001010110010010111111010001010110110110111111011111011110110100111111001101010110010011111 | e8ac97e8adb7efbda7e6ac9f |
UHC | 謗護?? | 110110111011111111111011110111100011111100111111 | dbbffbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)