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 | 閠護ァ・ | 111010001000000010001100111011001010011110100101 | e8808ceca7a5 |
EUC-JP | 閠護ァ・ | 1110111111100000101110001110111010001110101001111000111010100101 | efe0b8ee8ea78ea5 |
UTF-8 | 閠護ァ・ | 111010011001011010100000111010001010110110110111111011111011110110100111111011111011110110100101 | e996a0e8adb7efbda7efbda5 |
UHC | ?護?? | 0011111111111011110111100011111100111111 | 3ffbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)