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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬩滓「ァ荳① | 11101001101010011001111111100110101000101010011111100100101110001000011101000000 | e9a99fe6a2a7e4b88740 |
EUC-JP | 鬩滓「ァ荳? | 1111001010101011110111101110100010001110101000101000111010100111111010001011101000111111 | f2abdee88ea28ea7e8ba3f |
UTF-8 | 鬩滓「ァ荳① | 111010011010110010101001111001101011101110010011111011111011110110100010111011111011110110100111111010001000110110110011111000101001000110100000 | e9aca9e6bb93efbda2efbda7e88db3e291a0 |
UHC | ?滓??荳① | 001111111110111010101011001111110011111111010100111001011010100011100111 | 3feeab3f3fd4e5a8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)